Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 449 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 449 Bytes

Demo

This is a supplemental code for my article on Medium.

Local

  1. Run the following command in a separate tab to build project dependencies.
make build
  1. Run the following, to run the application. The command below will start ReactJS dev. server on port 3000 with hot reload capabilities, etc.:
make development