We aim to have:
- An 'A' score on Maintainability Rating
- An 'A' score on Security Rating
- A 3% of duplicated lines
First, use yarn install
to install all the dependencies.
Runs the app in the development mode.
Open http://localhost:3001 with your browser to see the result.
You can start editing the page by modifying pages/index.tsx
. The page auto-updates as you edit the file.
Builds the app for production to the .next
folder.
After executing yarn build
, you can run the project as similar is in production running this command.
Open http://localhost:3000 to view it in the browser.
- Runs tests with cypress
Get a list with the unused files the project has with next-unused
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!