Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 293 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 293 Bytes

Marketplace template made with Node.js and React

Development environment installation

  1. Install Node.js Stable Release

  2. Go to frontend directory

    cd /podshop/frontend

  3. Install dependencies in package.json

    npm install

  4. Start dev server

    npm start

Happy Hacking!