This project was created from the neue fische next template.
You can 🔗 use this template on CodeSandbox or locally by running this command in your Terminal:
npx -y ghcd@latest neuefische/web-exercises/tree/main/templates/next my-app -iTo 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.
Select the "Preview: 3000" tab to view this project.
Select the "Tests: logs" tab to view the tests.
The
npm run devandnpm run testscripts run automatically.
You can use the following commands:
npm run devto start a development servernpm run buildto build the projectnpm run startto start a production servernpm run testto run the testsnpm run lintto run the linter