Install dependencies with Node >= 18.17:
npm installThen run the development server:
npm run devOpen http://localhost:30305 with your browser to play 💣💣💣
- NextJS / React: to leverage the state-of-the-art React starter; mainly rely on the default config and the convenient deployment system provided
- Tailwind CSS: just trying this cool thing and it currently fits the requirement without troubles
- Eslint: added a rule for detecting unused vars
- Prettier: added a plugin to sort imports automatically
- This is a Next.js project bootstrapped with
create-next-app.