Skip to content

woffleloffle/survivejs-starter-pack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a08a2c7 · Mar 23, 2017

History

2 Commits
Feb 26, 2016
Mar 23, 2017
Feb 26, 2016
Mar 23, 2017
Feb 26, 2016
Mar 23, 2017
Feb 26, 2016
Mar 23, 2017
Feb 26, 2016
Mar 23, 2017
Mar 23, 2017

Repository files navigation

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

Releases

No releases published

Packages

No packages published