1.0.6 • Published 2 years ago
@reactivers/nextjs-graphql-tailwind-ts v1.0.6
Installation
npx @reactivers/nextjs-graphql-tailwind-ts your-app-nameGetting started
- run
yarn generate:dev - Check
package.jsonout. - You can edit
./environments/.env.*and useNEXT_PUBLIC_APP_ENV - Don't forget to edit
next-sitemap.config.js
Run
- Before run, make sure you run
yarn generate:dev
yarn devTest
yarn e2e:headlessDocker
Build
docker-compose up -d --buildClean
docker-compose down --remove-orphans --rmi "local" --volumes