Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 581 Bytes

File metadata and controls

31 lines (20 loc) · 581 Bytes

WebpackReactCSSModules

WebpackReactCSSModules

Boilerplate set up for Javascript/Webpack(4)/React/CSS Modules project.


Requirements

Installation

# install & use the latest lts version of node
$ nvm install && nvm use

# install dependencies
$ yarn

# serve with hot reload at localhost:8080
$ yarn start

# build dev
$ yarn dev

# build project for production
$ yarn build