- Javascript and Typescript
- Clone the repo on your computer, please make sure you have installed Nodejs, Yarn and Git on your machine.
https://github.com/billiramirez/statistics-covid-19-ui.git
- Install Dependencies
yarn install
- Create a
.env.local
file in the root of your project, you'll find a.env.example
that will looks this:
API_URL=https://covid-statistics-prod.herokuapp.com/v1
NEXT_PUBLIC_API_URL=https://covid-statistics-prod.herokuapp.com/v1
- Run the Project
yarn dev
You are able to use the application once you're logged in, so please create an account in the signup page http://localhost:3000/signup
or if you're logged in: http://localhost:3000/login
You can also test this app in production, in netlify