Skip to content

A boilerplate to get a react app up and running with webpack, ES6, CSS modules

Notifications You must be signed in to change notification settings

dinealbrecht/react-webpack-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-webpack-boilerplate

A boilerplate to get a react app up and running with webpack, ES6, CSS modules

Development Environment

Dependencies:

Development tools:

Frameworks and libraries:

Initial configuration:

  1. Run npm install to install development dependencies
  2. Run npm install [email protected] -g
  3. Run webpack-dev-server --content-base src/ to create an initial build and start the development environment

Build Process

  • ./node_modules/.bin/webpack -d - export build files into a build folder

About

A boilerplate to get a react app up and running with webpack, ES6, CSS modules

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published