Skip to content

ArcherWong/webpack-react-boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webpack+React+Babel+Sass

It took me several days to learn and assemble these pieces, so this boilerplate can save others time.

Usage

  1. Install Node.js and Git

  2. Download the repository

    git clone https://github.com/J-F-Liu/webpack-react-boilerplate.git
    cd webpack-react-boilerplate
    
  3. Checkout react-router branch if you want to use react-router

    git checkout react-router

  4. Install npm packages

    npm install

  5. Start dev server

    npm start

  6. Build website for production enviroment

    npm run build

View online demo.
View online demo with react-router.

About

A boilerplate for using webpack and react.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.0%
  • CSS 3.6%
  • HTML 3.4%