Skip to content

theleadio/corona-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b56812c · Nov 30, 2020
Nov 29, 2020
Apr 23, 2020
Nov 29, 2020
Apr 20, 2020
Oct 12, 2020
Apr 20, 2020
Feb 3, 2020
Jul 30, 2020
Apr 20, 2020
Oct 12, 2020
Oct 12, 2020
Feb 3, 2020
Oct 12, 2020
Oct 12, 2020
Mar 29, 2020
Feb 15, 2020
Apr 24, 2020
Apr 9, 2020
Apr 5, 2020
Mar 28, 2020
Apr 20, 2020
Apr 20, 2020
Nov 30, 2020
May 2, 2020
Oct 12, 2020
Oct 12, 2020
Apr 20, 2020

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

# run unit tests
$ npm run test

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