Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 438 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 438 Bytes

Freshy - E-Commerce (NextJs/React)

This is a project with some feature of e-commerce site build by NextJs. It includes the React Material UI as well as JSON-server for our mock backend

Usage

Install dependencies

npm install
# or
yarn install

Run the JSON server (http://localhost:5000)

npm run server
# or
yarn server

To run the development server:

npm run dev
# or
yarn dev