Skip to content

santi4o/tada-frontend

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published