A nutritional product website to connect the customer with the seller. (There is no payment method. They communicate using WhatsApp)
Figma (Design page and icons)
Next JS (Server Side Rendering, for dynamic information)
Styled Components (Styling page components)
- Install all dependences
npm install
- Run the project (development mode)
npm run dev
- Build the project
npm run build
- Run the project (production mode)
npm run start