This is a website that displays live music events, as part of a React Learning Project.
This was build on a template for a React application, provided by Makers Academy.
This template uses:
- Vite for bundling and running the dev server.
- Vitest for testing, along with React Testing Library
- ESLint for linting
Clone this repository. Make sure you have npm installed:
npm install
The following can all be found under the "scripts" section in your
package.json. You can add more scripts here if you like, and run them with
npm run my-script.
npm run devnpm run testnpm run lintnpm run build