-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Kevin Hannigan edited this page Mar 26, 2017
·
7 revisions
Getting Started (like, from the very very beginning):
- Install NodeJS and MongoDB on your computer. This probably means you run
sudo apt install nodejs mongodb
on ubuntu - Open a terminal, go to the project directory
- Execute
npm install
- Next, I think you need to install gulp and bower globally via npm, so run
npm install -g gulp bower
- Run
bower install
to install the frontend dependencies - Next, run
gulp
to "build" the code - Run
npm start
to start your server