Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jobsamuel/landing
- Owner: jobsamuel
- License: mit
- Created: 2014-07-11T17:44:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-06T23:47:23.000Z (over 10 years ago)
- Last Synced: 2024-04-14T23:28:37.103Z (7 months ago)
- Language: JavaScript
- Size: 230 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)