-
This repository is a React front end that consumes a Lambda repository (capital-quiz-severless-node).
-
Please run both repositories simultaneously. This is the React repository, find the Serverless repository here.
Commands:
- Inside repository
npm i
- Run app with
npm run dev
- A successful console message:
VITE v4.4.3 ready in 212 ms
➜ Local: http://localhost:5173/
➜ Network: use --host to expose
➜ press h to show help
- Open http://localhost:5173/ in browser. Start here once the other repo is running too.
