Skip to content

nishants/fireapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fireapp

  • A barebones Node.js app using Express 4.
  • Users firebase for persistence

Running Locally

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

$ git clone https://github.com/nishants/fireapp.git # or clone your own fork
$ cd fireapp
$ npm install
$ npm start # or npm run debug

Your app should now be running on localhost:5000.

Deploying to Heroku

$ git push heroku master
$ heroku open

About

expressjs, heroku, firebase example.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published