Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 586 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 586 Bytes

SurviveJS // Starter Pack

Clean project based on the excellent Survive JS book.

Tech

  • Webpack
  • React
  • Hot Module Replacement
  • ESLint
  • JSCS
  • Stylelint

Style sheets

The following is not specifically created in the book, and are in my opinion the way forward for styling React.

  • PostCSS
  • PreCSS
  • Autoprefixer

Getting Started

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

Build

npm run build