Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 628 Bytes

README.md

File metadata and controls

36 lines (19 loc) · 628 Bytes

Table_task

Installation and Run

Install and run server

Note: The used version of nodejs is 10.15.3

In the root directory (table_task) go to the folder server and run the following command:

npm install

Run the Server

npm run start

Run tests

npm test

the server is available at localhost:8000

Install and run client

In the root directory (table_task) go to the folder client and run the following command:

npm install

Run the client

npm run start

Build static files (js, css, html) run

npm run build

The client is available at localhost:3000