/boilerplate

This is boilerplate a nextjs project

Primary LanguageTypeScript

🏫 This is a boilerplate using:

  • nextjs
  • typescript
  • styled-component
  • next-pwa
  • jest
  • react-testing-library

Getting Started

clone this project

💻 In your terminal

cd boilerplate && npm install
# or
cd boilerplate  yarn

👟 Running

npm run dev
# or
yarn dev