mirror of
https://github.com/demostf/demoserver.git
synced 2026-06-03 13:54:12 +02:00
Replace node-js-sample by node-js-getting-started
This commit is contained in:
parent
506bab6833
commit
b0a98ef323
3 changed files with 7 additions and 7 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# node-js-sample
|
||||
# node-js-getting-started
|
||||
|
||||
A barebones Node.js app using [Express 4](http://expressjs.com/).
|
||||
|
||||
|
|
@ -7,8 +7,8 @@ A barebones Node.js app using [Express 4](http://expressjs.com/).
|
|||
Make sure you have [Node.js](http://nodejs.org/) and the [Heroku Toolbelt](https://toolbelt.heroku.com/) installed.
|
||||
|
||||
```sh
|
||||
git clone git@github.com:heroku/node-js-sample.git # or clone your own fork
|
||||
cd node-js-sample
|
||||
git clone git@github.com:heroku/node-js-getting-started.git # or clone your own fork
|
||||
cd node-js-getting-started
|
||||
npm install
|
||||
npm start
|
||||
```
|
||||
|
|
|
|||
4
app.json
4
app.json
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Node.js Sample",
|
||||
"name": "Node.js Getting Started",
|
||||
"description": "A barebones Node.js app using Express 4",
|
||||
"repository": "https://github.com/heroku/node-js-sample",
|
||||
"repository": "https://github.com/heroku/node-js-getting-started",
|
||||
"logo": "http://node-js-sample.herokuapp.com/node.svg",
|
||||
"keywords": ["node", "express", "static"]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "node-js-sample",
|
||||
"name": "node-js-getting-started",
|
||||
"version": "0.1.0",
|
||||
"description": "A sample Node.js app using Express 4",
|
||||
"main": "index.js",
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/heroku/node-js-sample"
|
||||
"url": "https://github.com/heroku/node-js-getting-started"
|
||||
},
|
||||
"keywords": [
|
||||
"node",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue