- To create a project based on this template click on the
Use this template
button - Find and Replace
PROJECT_NAME
placeholder 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 master
Project is based on Next.js
, a production-ready React Framework. Check out the documentation for more information.
node
yarn
Firstly, install all necessary dependencies:
yarn install
To start a development server:
yarn dev
To build the app for production:
yarn build
yarn start
To run tests:
yarn test
TODO: add info after setup
-
React Framework
-
Type-checking
-
Styling
-
Code quality tools
- Prettier
- ESLint
- stylelint
- git hooks