/carBONDnara

Primary LanguageJavaScriptApache License 2.0Apache-2.0

carBONDnara

  • This is our first hackathon, named carBONDnara.
  • Front-end: SkollRyu
  • Back-end: Potatochick2020

Build this prject

In the project directory, you can run:

(1) cd client

Change directory to client folder

(2) npm install

Install all dependecy packages

(3) npm start

Runs the app in the development mode.\

(4) Open another termainl, and cd client and run json-server -p 4000 db.json

This allow you to start the json rest api server

(5) Open http://localhost:3000 to view it in your browser.