Welcome to PenguHTML, where the charm of penguins meets the magic of web development! 🐧✨
screen-capture.webm
Follow these simple steps to get PenguHTML up and running on your local machine:
- Navigate to the
backend
directory:cd backend
- Install backend dependencies:
npm install
- Run the API server:
nodemon server.js
- Navigate to the
frontend
directory:cd frontend
- Install frontend dependencies:
npm install
- Run the frontend development server:
npm run dev