Skip to content

Latest commit

 

History

History
37 lines (18 loc) · 544 Bytes

README.md

File metadata and controls

37 lines (18 loc) · 544 Bytes

README

Dependencies

Build steps

Clone the repository

git clone [email protected]:jimimimi/ska.git

Install Gulp

npm install -g gulp

Install dependencies

cd ska && npm install (mock API dependencies) cd client/vendor && npm install (front-end dependencies)

Build source

cd ../.. (back to Ska root)

npm build

Run the mock server

npm start

All done

Navigate your web-browser to http://localhost:3000