Skip to content

Webpack version1 configuration boilerplate for quick start in react projects.

Notifications You must be signed in to change notification settings

jalbertsr/webpack-v1-config-react-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webpack version v1 react-boilerplate

This webpack configuration includes:

  • React
  • Babel
  • CssModules
  1. Download or clone this repo.
  2. Then do npm install for install all the dependencies.
  3. To start developing a project:
npm run serve
  1. To do a bundle of your project:
npm start

You will get a bundle which you can open at localhost in the port 3000.

About

Webpack version1 configuration boilerplate for quick start in react projects.

Topics

Resources

Stars

Watchers

Forks