@reactivers/nextjs-use-fetch-tailwind-ts
v1.0.5
Published
NextJS, Tailwind, Typescript, Cypress, @reactivers/use-fetch boilerplate
Maintainers
Readme
Installation
npx @reactivers/nextjs-use-fetch-tailwind-ts your-app-nameGetting started
- Check
package.jsonout. - It has lots of scripts that you may need.
- You can edit
./environments/.env.*and useNEXT_PUBLIC_APP_ENV - Don't forget to edit
next-sitemap.config.js
Test
npm run e2e:headlessDocker
Build
docker-compose up -d --buildClean
docker-compose down --remove-orphans --rmi "local" --volumes