Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 628 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 628 Bytes

Getting Started with Create React App

This is a template to create a react app project, parsing react with fastapi (python) backend. The template comes with tailwind, axios, and framer-motion

Available Scripts

In the project directory, you need to run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

uvicorn main:app --reload

Run the backend server to feed data to the front end.
![alt text](Screenshot 2022-10-14 061854.png)