Casper's system for designing and building interfaces for Casper.
- Node
- Gulp
- JSPM
Nightshade uses Node 5.10.1
. If you have nvm installed, you set the correct version
engine from .nvmrc
.
# check/set Node version
nvm use
# if you need to install 5.0.0
nvm install 5.10.1
nvm use
npm install
Adds local .env
file to your repository.
gulp setup
Stat a local webserver at an open port, usually 3000
. BrowserSync will watch and reload your environment when files change.
gulp
npm install json-server -g
Run npm start
to kickoff the json server at :3003
.