Skip to content

Files

Latest commit

e9c3e68 · Oct 28, 2016

History

History
24 lines (18 loc) · 326 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 326 Bytes

iwalkfreely

How do I get started with iwalkfreely-webapp?

/* global dependencies */
$ npm install -g gulp bower
$ git clone git@github.com:Code4Nepal/iwalkfreely.git
$ cd iwalkfreely/app
$ npm install
$ bower install

How do I run the app?

$ cd app
$ npm start

open http://localhost:8079