This is the frontend code for the Macaron web app.
Ready for a treat? 🍬 Play with the app here and have fun! 🎉
For more information about this project, check out this blog post.
- Ensure Node.js is installed.
- Run
npm install
to install dependencies. - Run
npm run dev
to start the development server.
dev
: Start the development server.build
: Build the project.lint
: Lint the code using ESLint.preview
: Preview the project.
- React: ^18.2.0
- React-DOM: ^18.2.0
- Other dev dependencies for linting and building.