Game coded with React
spacebar
to flap the wing.
npm install
oryarn add
cd api
json-server --watch db.json --port 3001
cd ..
npm start
oryarn start
- Open http://localhost:3000 to view it in the browser.
Game coded with React
spacebar
to flap the wing.
npm install
or yarn add
cd api
json-server --watch db.json --port 3001
cd ..
npm start
or yarn start