Simple boilerplate using Next.js with create-next-app
and Chakra UI.
Designed to accelerate very small personal projects. If you are building a larger/professional product, this is likely not for you.
# Run project in development mode
npm run dev
# Run tests
npm run test
# Run linting
npm run lint
# Alias for 'next export', useful for i.e. publishing in gh-pages
npm run export