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.
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
yarn dev
yarn build