condini-mastheus / vitimas-da-covid

SSR with nuxt and typescript to emphasize the number of lives lost to covid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vítimas da Covid

This project is a memorial to all brazillian people that lost their lives due the corona virus. It's inspiration comes from "The room of names" in Berlin.

room of names in Berlin

Design

The aplication design is located here https://miro.com/app/board/o9J_lLmLg9Q=/

Configure dev environment

You need to add the following entry in your host file.

127.0.0.1       dev.vitimasdacovid.com.br

Instaling depedencies

# to install dependencies
yarn install

Dev envoriment

# serve with hot reload
$ yarn dev

Prod envoriment

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

Static

# generate static project
$ yarn generate

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

Related projects

About

SSR with nuxt and typescript to emphasize the number of lives lost to covid


Languages

Language:Vue 43.3%Language:JavaScript 25.3%Language:SCSS 23.3%Language:TypeScript 8.1%