sononix / react-webpack-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 95.8%Language:HTML 3.0%Language:CSS 1.2%