- OUAISH Reda
- TRAVAILLEUR Lorick
This projet is a planning maker app make with React and TypeScript boostraped by create-react-app
Here is the production link
And here are some credentials to connect to the front office :
- username: [email protected]
- or username: [email protected]
- or username: [email protected]
- password: 1234
- React
- TypeScript
- Eslint (basic config)
- Prettier
- Moment
- Scss
- Ant Design
- React Context (with reducer) - redux-like
git clone <REPOSITORY URL>
- cd to the folder and then
yarn
ornpm i
, it will install all the packages you need. yarn start
ornpm start
to start the project.yarn lint:fix
to run the linter