Hi! I'm Pedro and I've developed this SPA for learning purposes
Subtly inspired in the Factorial original design :D
Let's start by setting up the app.
Clone the repo
git clone git@github.com:devfviak/factorial_api.git
Install dependencies
npm install
Setup env variables. Create an .env or .env.local file in project root folder with the following content:
VITE_API_URL='http://localhost:3000' # Or whichever factorial_api is running
Once setup is done, you can start the server
npm run dev