- 🔥 Next.js for Static Site Generator
- 🎨 Integrate with Tailwind CSS
- 🎉 Type checking TypeScript
- ✅ Strict Mode for TypeScript and React 17
- ✏️ Linter with ESLint
- 🗂 VSCode configuration: ESLint, Prettier, TypeScript
- 💯 Maximize lighthouse score
Installing: clone/download repo then run to get dependencies
yarn install
Running locally:
yarn dev
Running in production:
yarn build
yarn start