Skip to content

reactjs-hispano/next-init

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a6f9e34 · Apr 16, 2020

History

8 Commits
Dec 25, 2019
Dec 25, 2019
Dec 25, 2019
Dec 25, 2019
Dec 25, 2019
Dec 25, 2019
Dec 25, 2019
Dec 25, 2019
Dec 25, 2019
Dec 25, 2019
Dec 25, 2019
Dec 25, 2019
Dec 25, 2019
Dec 25, 2019
Dec 25, 2019
Dec 25, 2019
Dec 25, 2019
Dec 25, 2019
Dec 25, 2019
Apr 16, 2020
Dec 25, 2019
Apr 16, 2020

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