farewell7117 / nitro

Nitro Front End Proficiency Test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Nitro Front End Proficiency Test

License:MIT License


Languages

Language:TypeScript 63.5%Language:JavaScript 34.4%Language:HTML 2.1%