An open API service indexing awesome lists of open source software.

https://github.com/jerichofs/table_task


https://github.com/jerichofs/table_task

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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`