A single page web application using React.
git clone https://github.com/christopher-bianchi/react-spa.git
cd react-spa
make local-setup
make run
(the command will print out a local URL to use)
make run
will run a dev server with a volume mount for hot reloading.
make run-format
make run-lint
# create an interactive session to run `npm` commands.
make run-terminal