First, download the dependencies:
npm install
# or
yarn
Run the development server:
npm run dev
# or
yarn dev
Tests:
npm run test
# or
yarn test
Commits:
npm run commit
# or
yarn commit
Open http://localhost:3000 with your browser to see the result.
- 💫 React — JavaScript library
- 🧬 NextJS — React/JS Structure
- 📏 ESLint — JavaScript linter
- 💖 Prettier - Code Formatter
- 🐶 Husky — Use git hooks with ease
- 📄 Commitizen - Conventional commit messages CLI
- 🚓 Commitlint - Lint commit messages
- 💅 StyledComponents - CSS in JS
- 💆♀️ FacePaint - Dynamic style values for CSS in JS
- 🎭 Jest - JavaScript Testing
- 🛂 TypeScript - JavaScript Superset