Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 445 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 445 Bytes

Mechmarket

Quickstart

Install dependencies

Make sure you have Node.js and NPM installed. (NPM is usually included in your Node.js installation)

npm install

Serve locally

Serve the app with hot reloading locally on http://localhost:8080.

npm start