Project live Url: https://rmtn-entrance.web.app/
This project was bootstrapped with Create React App using Typescript, TailwindUI.
The project target summary:
- Quick setup
Creat-react-appwithTypescriptand fast integration serverless withFirestoreandFirebaseauthentication. - Quick styling with
TailwindCSSandheadlessUI - Simple app with auth flow, user can login/register then they can search for any Youtube video and bookmark it as a favorite list.
- General approach for testing: Unit test and Integration test with
Jestandtesting-library/react - General approach for end-to-end testing with
Puppeteer
All suggestions are welcome at phuchoang.inf@gmail.com
- Install packages
yarn install
- Start dev server
yarn start
- Front end testing demo
yarn test
- Running all tests
yarn test --watchAll=false
- Production build
yarn build