Quick starter template for DTS projects making use of one of our commonly-used Next.js setups.
This template uses the basic Next.js create-next-app
bootstrap template.
This project uses
- Next.js
- Tailwind CSS
- Jest for unit testing
- Cypress for end-to-end testing.
First, create/copy the env file.
cp .env.example .env
Second, install npm packages:
npm i
Then, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.