1.0.1 • Published 7 years ago

simple-demo-node-app v1.0.1

Weekly downloads
1
License
MIT
Repository
gitlab
Last release
7 years ago

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.

creationix/nvm

Node Version Manager – for Windows

A node.js version management utility for Windows. Ironically written in Go.

coreybutler/nvm-windows

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.

1.0.1

7 years ago

1.0.0

7 years ago