Sample project to build and deploy a fully responsive website with a modern user interface and user experience.
The website is built in React.JS with Tailwind CSS to style the components.
Finally, the repetitive process of building and deploying the project to production is automated by using the Netlify CI/CD pipeline.
- Clone the repository
git clone {{ this repository }} {{ working project folder }}
-
Open the project in Visual Studio Code
-
Open a new terminal in Visual Studio Code and install the project dependencies
yarn
- Run the project using the Vite.JS server
yarn dev
- Optimize for production
yarn build
- React.JS
- Tailwind
- Vite.JS
- Firebase Hosting