This is my personal website, where I report about my career in frontend web development.
- What I used to develop
- Necessary
- Installing the project
- Running
- Prettier
- ESlint
- Build
- Info
- Next.js
- React
- TypeScript
- Bootstrap
- Styled Components
- Prettier
- ESLint
- Pre-commit with Husky
- And other technologies...
- Node 14 (LTS Version)
- Yarn 1.22.17
Run yarn
for intall dependencies.
Run yarn dev
for start local server.
-
Run
yarn run pretty:format
to format project files using prettier settings. -
Run
yarn run pretty:check
to validate that the files are formatted in the configured prettier pattern.
- Run
yarn lint
to check if the project is outside an established standard or if it has bugs and problematic code.
- Run
yarn build
to generate a build of the project.
- Pre-commit: When adding a commit, some checks will be performed to validate the commit before uploading. You can see what these checks are in
package.json - lint-staged