/nitro

Nitro Front End Proficiency Test

Primary LanguageTypeScriptMIT LicenseMIT

Nitro

Nitro Front End Proficiency Test

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Installing

Using yarn:

yarn

Using npm:

npm i

Running

This project consists of server and client sides which should be run separately (as two separate processes).

To run server side:

yarn start:server

or

npm run start:server

To run client side (using webpack-dev-server):

yarn start

or

npm run start

After it is done please follow instructions in the terminal.

Running the tests

yarn test

or

npm run test