Boilerplate for quick check of ideas
Includes
- react
- next
- hapi/boom
- react-query
- axios
- zod
First, run the development server:
npm run dev
# or
yarn dev
if you want to add env variables you need to edit next.js file and add variables to .env/.env.local etc file. Then if you want to use helper for env variable you need to add types to @/config/config file