This is a Next.js project bootstrapped with create-next-app
.
- Typescript
- React
- NextJS & Learn Next.js - an interactive Next.js tutorial.
- Styled Components
- Jest
- React Testing Library
- PWA
- Lint Staged
- Husky
- CI/CD
- Serverless
First, install all dependencies of the project:
npm install
# or
yarn
then run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.