Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 1.54 KB

File metadata and controls

53 lines (38 loc) · 1.54 KB

Afodebo

Afodebo is an Ecomerce application meant to provide a marketplace for buying and selling and goods. The hosted application can be found here Afodebo

Features

Requirement

Install Google Chrome addon

Recommended VSCode addons

Usage

Download and install

git clone https://github.com/treetips/typescript-nextjs-redux-material-ui-example.git
cd typescript-nextjs-redux-material-ui-example
yarn

Start local

yarn dev

Build and start production express server

yarn build
yarn start
``