Use of the Utility-first CSS framework, Tailwind CSS and a CSS-in-JS library, styled-components to style react components.
This demonstrates a powerful way to style our components.
https://hero-video.netlify.app
Install the package dependancies:
1) npm install
Build the app then serve it on http://localhost:5000
2) npm run build && npx serve -s build
Or start the app in development mode on http://localhost:3000
npm start
To run the cypress tests:
npm run cypress