Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.1 KB

README.md

File metadata and controls

46 lines (33 loc) · 1.1 KB

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