Skip to content
This repository has been archived by the owner on Sep 15, 2020. It is now read-only.

Latest commit

 

History

History
24 lines (15 loc) · 793 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 793 Bytes

FinCompare Landing Page

For James @ FinCompare

Installation

Clone git repository, then go to / and run the following:

npm install
npm run-script build

Get 'er done

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" ./

Help / Support

Author: Daniel Birlem Email: dman.exe@gmail.com Skype: danbirlem