This project has been setup with a starter typescript frontend example:
- create-react-app and bootstrap (css framework)
- configured to proxy api requests in developement (http://localhost:4000/)
- example fetch function
- example test using @testing-library/react
If you'd prefer not to use the code provided here that is fine.
Navigate to the frontend directory:
Install the dependancies with:
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Launches the test runner in the interactive watch mode.