This is a lightweight starterkit / boilerplate to get up and running with ChakraUI CSS, TypeScript and Next.js.
ChakraUI, Next.js, and TypeScript is an excellent stack for building web apps. The most annoying part of using the stack is setting it up every time, so I made an easy to use template that I and many others can use.
yarn
yarn dev # npm run dev
I also included a stage
script that will build and start a production server. You can run it with:
yarn stage # npm run stage
Alternatively you can run:
yarn build # npm run build
yarn start # npm start