Skip to content

i-mw/corona-frontend

 
 

Repository files navigation

corona-tracker

Corona tracker

Build Setup

# install dependencies
$ npm run install
or for Mac
$ npm install

# Setup environment variables
Copy `.env.example` to `.env`
Replace the environment variables with values based on the environment.

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate

For detailed explanation on how things work, check out Nuxt.js docs.

Releases

No releases published

Packages

No packages published

Languages

  • Vue 75.0%
  • JavaScript 24.8%
  • CSS 0.2%