Schedules is a web application that shows a list of schedules and options to archive/unarchive them.
The user also can inspect a schedule's logs by selecting them on the list.
npm i
npm start
- Client runs on
localhost:3000
- Server runs on
localhost:3001
npm test
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
-
Conventional Commits rules to add meaning to commit messages.
-
Lint AirBnB Typescript rules to enforce code identation and pattern.
-
Project Sctructure overview on the project folder structure: where to create and/or find files.