Skip to content

kaykurokawa/pyrader_frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

09ee807 · Aug 6, 2018
May 23, 2018
Apr 25, 2018
Aug 6, 2018
Aug 6, 2018
May 29, 2018
Aug 6, 2018
Apr 26, 2018
Apr 26, 2018
Jul 10, 2018
Jul 8, 2018
Jul 8, 2018
Jul 30, 2018
Mar 27, 2018

Repository files navigation

Running in local local environment:
Requires NPM and Node for development

1.installs all node packages:

npm intall

2. starts local testing server with automatic refresh:

npm start

2a. Optionally you can skip NPM and Node and just do:

cd public python -m SimpleHTTPServer

3. runs tests:

npm run test-mocha

4. deploy to server in production:

nohup npm start &