Skip to content

reactjs-hispano/next-init

Repository files navigation

Next-init Logo

A next init project made for ReactJS Hispano

Description

Next-init

Environments

Create file .env.build and add:

KEY VALUE
META_ENVIRONMENT_EXAMPLE NEXT-INIT

Run development app

yarn dev
# or
now dev

Run production app

Build it with docker:

# build
yarn docker-build
# or, use multi-stage builds to build a smaller docker image
yarn docker-build-ms

Run it:

yarn docker-run

Deploy it to the cloud with now (download)

yarn deploy