- To create a project based on this template click on the
Use this templatebutton - Find and Replace
PROJECT_NAMEplaceholder with the real project name - Delete libraries which do not satisfy project needs
- Delete this section from
README - To cover your tracks and incorporate the changes to the project's
Initial commit, run these commands:
git commit -a --amend
git push -f origin masterFor details on how to use Next.js, check out the documentation.
nodeyarn
Firstly, install all necessary dependencies:
yarn installTo start a development server:
yarn startTo build the app for production:
yarn buildTo run tests:
yarn testTODO: add info after setup
-
React Framework
-
Type-checking
-
Styling
-
Code quality tools
- Prettier
- ESLint
- stylelint
- git hooks