Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 556 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 556 Bytes

Simple-node-app

Set up in Linux & only works in Linux because of bin/www file

Try to execute this commands after cloning repository and ready with Node JS in you machine

# npm install

After npm install, Now try to run this command npm start from project root directory.

Development

Required:

-- Checkout to your branch. git checkout -b your-branch-name

Following commands looks like :

	git clone https://github.com/hari-007/sample-node-app.git

	git checkout -b 'your-branch-name'

	npm install

	npm start