A React 16 Boilerplate that combines the familiarity of ITCSS with modern JS tooling.
- React 16
- React DOM
- React Error Overlay (same as Create React App)
- Babel 7
- Webpack 4
- Webpack Dev Server
- Sass support with an ITCSS structure
- PostCSS (cssnano + Autoprefixer)
- Prettier
- Production bundling and extracting for JS, HTML and SCSS
NPM
npm install
Yarn
yarn install
NPM
npm start
Yarn
yarn start
NPM
npm build
Yarn
yarn build