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

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

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`