Skip to content

jerichofs/table_task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published