Skip to content

MahiRenush/com-search-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

com-search-engine

Initial bundler setup with local server

  1. Execute yarn init and create folder src with ".js" and ".html" files
  2. Install node dependencies with yarn add react react-dom and webpack dev dependencies with yarn add -D webpack webpack-dev-server
  3. Create webpack config "webpack.config.js" and include modules with test formats and use correct loaders
  4. Also install dependencies yarn install -D html-webpack-plugin babel babel-core @babel/preset-env @babel/preset-react
  5. Add scripts with build="webpack" and dev="webpack serve" and run them

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors