Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 562 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 562 Bytes

HoeSnelWasIk? Web applicatie

We recommend to look at the Nuxt documentation.

Setup

Make sure to install the dependencies

yarn install

Development

Start the development server on http://localhost:3000

yarn dev

Production

Build the application for production:

yarn build

Build Docker image

To build the docker image, run the following command:

yarn build
docker build -t nodecopy1 .

Checkout the deployment documentation.