jpavon / calendar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Configure the app

Create a new .env file in the project root directory, with the ApiKey provided:

REACT_APP_API_KEY=the-api-key-here

Run the app

Installing npm packages:

yarn install

Running the app in development mode:

yarn start

Testing

yarn test

About


Languages

Language:TypeScript 95.5%Language:HTML 4.5%