Clean project based on the excellent Survive JS book.
- Webpack
- React
- Hot Module Replacement
- ESLint
- JSCS
- Stylelint
The following is not specifically created in the book, and are in my opinion the way forward for styling React.
- PostCSS
- PreCSS
- Autoprefixer
Clone the repo
git clone https://github.com/WillemLabu/survivejs-starter-pack my-app && cd my-app
Install all the dependencies
npm i
Run the webpack server
npm start
npm run build