This is a Frontend for a "Youtube clone" we did for a School Project where we needed to use AWS Services. We created this Frontend so we could use the AWS Amplify Service.
- React
- TypeScript
- Formik
- i18next
- yup
- node
- yarn
yarn to install all dependencies
yarn start:dev to start the project in dev mode with hot reload.
yarn start:prod to run the app in production
yarn build to build the react app for production
yarn lint run eslint through the project and discover
yarn format run prettier through the project and format all files according to the .prettierrc file