https://github.com/beldar/nodejs-project
Project being created on the Node.js Workshop
https://github.com/beldar/nodejs-project
Last synced: 3 months ago
JSON representation
Project being created on the Node.js Workshop
- Host: GitHub
- URL: https://github.com/beldar/nodejs-project
- Owner: beldar
- Created: 2016-02-26T14:26:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-01T16:08:47.000Z (over 10 years ago)
- Last Synced: 2025-03-23T07:41:22.573Z (over 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node.js Project
This repo will contain the code created from the [Node.js Workshop](https://github.com/martip-sainsburys/nodejs-workshop)
There is a branch for each session, and master will contain the latest.
## Install
Just run
`npm install`
## Run
Execute
`node app.js`
Or if you are developing and want your files to be watched and reload run
`npm start`