Skip to content

Install and Run Locally

JJ Asghar edited this page Oct 16, 2019 · 2 revisions

Clone The Repo

$ git clone https://github.com/bee-travels/bee-travels.git
$ cd bee-travels/src

Run the API

$ cd destination
$ npm install
$ npm start

Run the Front End

$ cd ui
$ npm install
$ npm start
Clone this wiki locally