This is a Next.js Boilerplate set up with Typescript, Chakra UI, Eslint, Prettier, Pre-commit (Husky + lint-staged) and Cypress.
Get this starter project and maximize your experience like DEVELOPER!!!
(@/)
;$ yarn create adryan-nextjs-template-tailwind
OR $ npx create-adryan-nextjs-template-tailwind
$ yarn dev
OR $ npm run dev
1. Open (http://localhost:3000) with your browser to see the result.
2. You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.
$ git clone https://github.com/AstrOOnauta/next-13-boilerplate.git
$ yarn
OR $ npm i
$ yarn dev
OR $ npm run dev
1. Open (http://localhost:3000) with your browser to see the result.
2. You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.
dev
: runs your application on localhost:3000
;build
: creates the production build version;start
: starts a simple server with the build production code;lint
: runs the lintering commands in all components and pages;