Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jobsamuel/landing

A node app template.
https://github.com/jobsamuel/landing

Last synced: 27 days ago
JSON representation

A node app template.

Awesome Lists containing this project

README

        

landing
=======

Landing is a simple app built with node that works as template for any heroku project.

usage
=====

Basically, you could use this template in two ways: locally or deployed in [Heroku] (https://www.heroku.com/)

**locally**

- Clone `$ git clone https://github.com/jobsamuel/landing.git`
- Install dependencies `$ npm install`
- Run `$ node server.js`

**deployed in heroku**

- Clone `$ git clone https://github.com/jobsamuel/landing.git`
- Follow [these] (https://devcenter.heroku.com/articles/git) simple steps.

license
=======

[MIT License] (http://opensource.org/licenses/MIT)