Coding challenge for ToolTime
.
This project has been bootstrapped with my personal react typescript boilerplate => boilerplate--ts_project_starter-react.
Some of the features that it provides:
- Create React App
- Typescript
- React
- Redux (type-safe actions / duck pattern)
- Jest
- testing-library/react
- testing-library/cypress
- Wallaby.js (for better user experience with TDD)
- Cyperss (for Integration and end-to-end test)
- Commitizen (to help with commits messages)
- Commitlint
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Clone this repo to your local machine using https://github.com/suddenlyGiovanni/coding_challenge--tool_time
- Install all the dependencies:
npm i
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode. See the section about running tests for more information.