1.0.1 • Published 7 years ago
simple-demo-node-app v1.0.1
Simple demo Node.js app
This is a very simple application to demonstrate some basic concepts of Node.js
Prerequisites
You must install npm
(Node Package Manager), the best way to do it is with thenvm
(Node Version Manager) utility.
Node Version Manager – for GNU/Linux and Mac
Node Version Manager - Simple bash script to manage multiple active node.js versions.
Node Version Manager – for Windows
A node.js version management utility for Windows. Ironically written in Go.
How to use ?
After cloning the repository, run the following commands to test the application.
To download the dependencies:
npm install
To run the application:
npm start
To run tests:
npm test
LICENSE
The files in this archive are released under the MIT license. You can find a copy of this license in LICENSE.