https://github.com/jerichofs/table_task
https://github.com/jerichofs/table_task
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jerichofs/table_task
- Owner: jerichofs
- Created: 2020-01-16T15:44:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T05:17:59.000Z (over 3 years ago)
- Last Synced: 2025-02-24T14:42:37.034Z (over 1 year ago)
- Language: JavaScript
- Size: 2.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
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`