ADEBAYO EMMANUEL TOLUWANIMI
- Typescript
To Install NodeJS, kindly go to Nodejs and follow the necessary instructions required depending on your PC Operating System
using a package simply download the installer
using homebrew
brew install node
using a package simply download the installer
using chocolatey to install Node
cinst nodejs
Kindly clone the repo https://github.com/toluwaanimi/boohoo-group-node-js.git
To install the necessary packages, in your folder directory kindly run
npm i
# or
yarn add
-
To run Test
-
npm run test
-
-
To run your app
-
npm run start
-