Fishy Product (hosted on Netlify) - This project is a resource for a tutorial I made on Youtube that showcase the use of NextJS, Tailwindcss, and React to build a Server Side Rendered (SSR) marketing webpage.
To install the project, make sure you have Node.js installed. Then, follow these steps:
- Clone the repository:
git clone https://github.com/Gullskatten/fishy-product.git
- Install project dependencies:
npm install
- Run the application:
npm run dev
- Go to http://localhost:3000 to see the Fishy Product website! 🎉