Boilerplate for quickly launching React projects.
- React
- react-router-dom v4
- Node/Express
- Babel, ES6
- ESLint + PrettierJS
- PostCSS
- Webpack 3
- CSS Modules
- PostCSS with Autoprefixer
- Hot Module Reload
- CSS Modules
To install dependencies:
yarn install
If you are using npm
, you can install dependencies with npm install
.
yarn run [script] |
Description |
---|---|
start |
Serves app at http://localhost:3000. HMR enabled |
build |
Compiles app for production |
lint |
Lint all .js and .jsx files |
lint:fix |
Lint and fix all .js and .jsx files |