Before you clone this project to your computer make sure you have a installed node.js on your computer
- Clone this repository on your computer
- Open your command promp in the project directory and use "npm install" command
- Edit server.js it's located in the project's root directory. You can change default port number "9000" or just dont make any changes. If you make any changes on server.js than you need to change "apiURL" veriable. It's located in src/components/acontent/EnhancedTable.js
- Run server.js as a backend on localhost
- Finaly open your command promp in the project directory and use "npm start or yarn start" command.