/escape-from-react

Playing with React, React Routes

Primary LanguageJavaScript

Escape From React

First you'll need Node.js v6+ and the package manager that comes with it: npm.

Getting set up

npm install
npm start

Boom! Your project's installed, because NPM is pretty much magic. Open a second tab on Terminal and let's get that Sass compiled.

grunt compile
grunt watch

Now open up http://localhost:8080

Relevant links