Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 630 Bytes

README.md

File metadata and controls

49 lines (28 loc) · 630 Bytes

FizzBuzz

Webserver for Fizz Buzz challenge

Setup Steps

Install Node and NPM:

Here We can install NVM which contain Node and NPM and by using NVM we can easily traverse through different node version by simple commands

Below is link to install NVM:

NVM

Install Typescript:

npm install -g typescript

Setup Project:

Download source code:
git clone https://github.com/nidhishbhavsar/nodejsboilerplate
Install dependency:
npm install
Run tests:
npm test
Run Project:
npm start