A next init project made for ReactJS Hispano
Next-init
Create file .env.build and add:
| KEY | VALUE |
|---|---|
| META_ENVIRONMENT_EXAMPLE | NEXT-INIT |
yarn dev
# or
now devBuild it with docker:
# build
yarn docker-build
# or, use multi-stage builds to build a smaller docker image
yarn docker-build-msRun it:
yarn docker-runDeploy it to the cloud with now (download)
yarn deploy