Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 523 Bytes

README.md

File metadata and controls

43 lines (32 loc) · 523 Bytes

Calendar (Front-end Javascript Challenge)

Calendar app to add and display reminders, also shows the weather forecast for the city of reminder.

Project Setup

yarn
# or
npm install

Compile and Hot-Reload for Development

yarn dev
# or
npm run dev

Type-Check, Compile and Minify for Production

yarn build
# or
npm run build

Run Unit Tests

yarn test:unit
# or
npm run test:unit

Lint with ESLint

yarn lint
# or
npm run lint