fac24 / week-5-Peter-Hussain

broccoli game 🥦
https://broccoli-milk.netlify.app/
1 stars 1 forks source link

Broccoli 🥦

strong-broccoli

Deployed game here 🥦🥛 Broccoli Milk 🥦🥛 on Netlify.

Introduction:

🧠 Core features:

Designed and Developed by:

How did the broccoli feel about being served for dinner?

Answer: It was steamed!

Setup

We’ll be using Vite to handle bundling our app and providing a dev server. You can quickly scaffold a new app using their CLI:

  1. npm init @vitejs/app Follow the instructions in your Terminal (pick the react option)
  2. cd [my-app-name]
  3. npm install to install the dependencies
  4. npm run dev start the dev server

cool-broccoli