BeamLabs / results-magnet

Results Magnet Home Page
0 stars 0 forks source link

README

This project is based off of the awesome create-react-app. https://github.com/facebookincubator/create-react-app

At the time of writing, the application uses node version 8.1.0

QuickStart:

Running the application locally:

npm install -g yarn yarn install npm run start

Running application in production

Building for production:

npm run build

Start the application using forever.js

npm install -g forever.js forever start server/server.js

View Running forever processes and the location of their logs

forever list

Stop all running forever processes

forever stopall