Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 781 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 781 Bytes

A platform to enable Sauti African business owners to create listings for items they have for sale.

Installation

Clone repo

# 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 and Paste

Copy all your files to your project folder and then,

# go into app's directory
$ cd my-project

# install app's dependencies
$ npm install

Basic usage

# 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.