Skip to content

CVeniamin/AASMA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bedouin -- AASMA 17/18

Running Locally

Make sure you have Node.js and the Heroku CLI installed.

$ npm install
$ npm start or $ nodemon

Your app should now be running on localhost:5000 or find it in production at aasma-bedouin

Deploying to Heroku

$ git push heroku master
$ heroku open