Official devmountain student companion app.
From the project root directory, run:
$ npm installThen rebuild node-sass to reset environment variables:
$ npm rebuild node-sassThe node server should be run in a seperate terminal instance:
$ node index.jsIonic lives in the /client directory.
Serve the Ionic app in a seperate terminal with:
$ ionic serve --port 9001Any javascript files / changes should be edited in the /src folder.
Babel will compile any js files in the /src folder into the www/js folder on the front-end automagically
Project Board: Companion Trello
Issues have been disabled on this repo, if you do find an issue or have a question consider posting it on the Ionic Forum. Or else if there is truly an error, follow our guidelines for submitting an issue to the main Ionic repository.