Skip to content

Jessyka/simple-factorial-number-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-factorial-number-project

Before starting

Required tools:

  • NodeJS >= 10.1.0

To install all dependencies, execute the following commands:

npm install

Running locally

To run the the application, execute npm start and access it at http://localhost:3000.

To stop the application, execute npm stop.

Testing

Unit Tests

To run the unit tests, execute:

npm run test       # unit tests

Build package

This step generates the application static files at dist folder

npm run build

About

Simple Factorial Project - a TDD Js project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published