This is a template repository for a Next.js project.
It has been pre-configured with:
- TypeScript
- Bulma for styling
- A basic file structure
This repository is intended to be used with a setup script, such as setup-next-project.ps1.
- Run the script.
- It will clone this repository.
- It will install the dependencies.
- You will be ready to start developing.
Once the setup script is complete, you can run the development server:
npm run devThis will start the Next.js development server with Turbopack enabled for faster performance. Open http://localhost:3000 with your browser to see the result.