Next template
✔ This template is to start to make websites projects.
- Next - An open-source web development framework created by Vercel usage to workflow the pages.
- Typescript - A strongly typed programming language.
- SCSS - A pre-processor scripting language that will be compiled or interpreted into CSS.
- ESlint - An open source project that helps you find and fix problems with your JavaScript code.
- stylelint - A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.
- Axios - Promise based HTTP client for the browser and node.js
-
Workflows:
- Lint - A action to run all the lint in the project (Stylelint and eslint)
-
Issues:
- Bug report template - A template to open a bug report.
- Improvement request template - A template to open an improvement request.
- Technical debit request template - A template to open a technical debit request.
-
Scripts:
npm run lint- A script to verify lint in the project.npm run style-lint- A script to verify style lint in the project.npm run fix-lints- A script to fix all the lints in the project.
- Clone the repository.
- Run
npm installto download the dependencies.
- First, run the development server:
npm run dev
# or
yarn dev- Open http://localhost:3000 with your browser to see the result.
npm run test
# or
yarn test