For James @ FinCompare
Clone git repository, then go to /
and run the following:
npm install
npm run-script build
Considering a successful install
and build
, you've got webpack ready to serve up. Since we're using babel
, we must use that bin
to get this thing live. Run this to launch the server and access the landing page at http://localhost:3000 unless you have strange localhost settings. I tried to leave this as vanilla as possible.
npm run-script start
Alternatively, if you are using foreverjs
you could use the following command:
forever start --minUptime 5000 --spinSleepTime 2000 -c "npm run start" ./
Author: Daniel Birlem Email: dman.exe@gmail.com Skype: danbirlem