Demo
This is a supplemental code for my article on Medium.
Local
- Run the following command in a separate tab to build project dependencies.
make build
- 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