# clone the repo
$ git clone https://github.com/AfricanMarketplace5/african-marketplace.git my-project
# go into app's directory
$ cd my-project
# install app's dependencies
$ npm install
Copy all your files to your project folder and then,
# go into app's directory
$ cd my-project
# install app's dependencies
$ npm install
# dev server with hot reload at http://localhost:5757
$ npm start
Navigate to http://localhost:5757. The app will automatically reload if you change any of the source files.