Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 369 Bytes

installation.md

File metadata and controls

23 lines (13 loc) · 369 Bytes

Installation

In development:

  • webpack-dev-server listens on the port 3000
    • it serves your frontend app's bundle.js
    • it manages hot reloading

Start the app

What you need to do to (re)start the project:

  • start the frontend:

    yarn install
    yarn start

    The project should now be running at localhost:3000.