Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marienmupenda/nuxtjs-covid19-tracker

A simple covid-19 tracker app build with nuxtjs, vue and tailwindcss
https://github.com/marienmupenda/nuxtjs-covid19-tracker

api covid-19 nuxtjs tailwindcss vuejs

Last synced: 14 days ago
JSON representation

A simple covid-19 tracker app build with nuxtjs, vue and tailwindcss

Awesome Lists containing this project

README

        

# Covid-19 Tracker
A simple covid-19 tracker app build with nuxtjs, vue and tailwindcss

## Build Setup

```bash
#clone the repo
$ git clone [email protected]:MarienMupenda/covid-19-tracker.git

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate
```

For detailed explanation on how things work, check out the [documentation](https://nuxtjs.org).