Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 594 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 594 Bytes

TaDa - frontend

Breakable toy

TaDa is a simple to-dos app. The frontend was built with React

To run the server do (after running npm install):

npm run start

To run the tests do:

npm run test

To configure backend address, edit src/config/api.js file, by default it is set to localhost on port 9090

export const API_ADDRESS = "http://localhost";
export const PORT = "9090";
export const CORS_MODE = "cors"; // no-cors, *cors, same-origin

GitHub repo link