This is a(nother) opinionated Next.js boilerplate
- ▲ NextJS
- 👮♂️ Typescript
- 👩🎤 Emotion
- 🐐 Jest and React Testing Library
- 📖 Storybook
- 🌈 Eslint and Prettier for a consistent code base
- 👀 Husky and lint-staged
- Reakit ?
- Cypress ?
Clone this repository, install dependancies and run the development server:
git clone https://github.com/jsoulet/nextjs-typescript-boilerplate
yarn
yarn dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying src/pages/index.js
.
TBD