/startup-progress

StartUp Progress is a simple app written in NodeJS that keeps track of the progress of a startup.

Primary LanguageTypeScript

StartUp Progress

StartUp Progress is a simple app written in NodeJS that keeps track of the progress of a startup.

Requirements

To run the app, make sure that the following tools are installed:

Running app

To run the app, execute the following commands:

$ git clone https://github.com/unreadable/startup-progress.git
$ cd startup-progress
$ yarn install
$ yarn start

Testing

#WIP

To perform unit testing, run the following command:

$ yarn test