Skip to content

example application to calculate Coronavirus COVID-19 (SARS-CoV-2) Isolation and Quarantine.

Notifications You must be signed in to change notification settings

git-it/covidCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Usage

Create an App

# with `nextron`
$ nextron init my-app --example with-typescript-material-ui

# with npx
$ npx create-nextron-app my-app --example with-typescript-material-ui

# with yarn
$ yarn create nextron-app my-app --example with-typescript-material-ui

# with pnpx
$ pnpx create-nextron-app my-app --example with-typescript-material-ui

Install Dependencies

$ cd my-app

# using yarn or npm
$ yarn (or `npm install`)

# using pnpm
$ pnpm install --shamefully-hoist

Use it

# development mode
$ yarn dev (or `npm run dev` or `pnpm run dev`)

# production build
$ yarn build (or `npm run build` or `pnpm run build`)

About

example application to calculate Coronavirus COVID-19 (SARS-CoV-2) Isolation and Quarantine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published