Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.21 KB

README.md

File metadata and controls

28 lines (17 loc) · 1.21 KB

TV-Minder

Full-stack web application to keep track of your favorite shows

Netlify Status Amazon ECS Badge Run tests

Technologies

Front: React, Redux, TypeScript, Chakra UI

API: Express, TypeScript, Docker, AWS ECS

Local Development

From the root directory:

  • Run yarn
  • Start the front end: yarn start
  • Optionally start the back end: yarn serve
    • Note: If you are just working on the front-end, you don't need to run the back-end since the local project is set to use the deployed API. If you want to work with the local API, change this file and request the env files for the api folder in an issue.

Contributing 😎

See Contribution guidelines