Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 308 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 308 Bytes

Getting Started with bitty bit.

Frontend

  • Inside the base folder run npm install to download all the dependencies
  • Run npm start to start the React app.

Backend

  • Inside the server folder run npm install to download all the dependencies
  • Run node app.js or nodemon app.js to start the node server.