https://github.com/lucagerlich/node-js-template
node-js-template
https://github.com/lucagerlich/node-js-template
Last synced: about 2 months ago
JSON representation
node-js-template
- Host: GitHub
- URL: https://github.com/lucagerlich/node-js-template
- Owner: LucaGerlich
- Created: 2021-06-11T17:17:21.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-11T17:17:24.000Z (about 5 years ago)
- Last Synced: 2025-03-14T17:44:34.176Z (over 1 year ago)
- Language: EJS
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-js-template
A barebones Node.js app using [Express 4](http://expressjs.com/).
This application supports the [Getting Started with Node on Heroku](https://devcenter.heroku.com/articles/getting-started-with-nodejs) article - check it out.
## Running Locally
Make sure you have [Node.js](http://nodejs.org/) and the [Heroku CLI](https://cli.heroku.com/) installed.
```sh
$ git clone git@github.com:jomaoppa/node-js-template.git # or clone your own fork
$ cd node-js-template
$ npm install
$ npm start
```
Your app should now be running on [localhost:5000](http://localhost:5000/).
## Deploying to Heroku
```
$ heroku create
$ git push heroku master
$ heroku open
```
or
[](https://heroku.com/deploy)
"# node-js-template"