This project was created from the Spiced Academy next
template.
You can download the project by running this command in your terminal:
npx -y ghcd@latest spiced-academy/fs-web-exercises/tree/main/templates/next my-app -i
To work locally, please install the dependencies using npm i
first.
Run npm run dev
to start a development server and open the displayed URL in a browser.
Use npm run test
to run the tests.
You can use the following commands:
npm run dev
to start a development servernpm run build
to build the projectnpm run start
to start a production servernpm run test
to run the testsnpm run lint
to run the linter