Skip to content

nidhishbhavsar/nodejsboilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published