Technologies |
How to run |
Project
This project was developed with the following techs:
- React
- React Router Dom
- React Spring
- Styled Components
- TypeScript
- Eslint
- Prettier
- Axios
- Jest
- React Testing Library
Web client to organize barbershops schedules
- Node
- NPM or Yarn
Install dependencies
$ yarn
# or
$npm install
After that, create a file .env
based in .env.example
REACT_APP_API_URL=http://localhost:3333
Finally, Start the server
$ yarn start
# or
$ npm start