Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 690 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 690 Bytes

react-spa

A single page web application using React.

Prerequisites

Tools

Installation Steps:

  1. git clone https://github.com/christopher-bianchi/react-spa.git
  2. cd react-spa
  3. make local-setup
  4. make run (the command will print out a local URL to use)

Development

make run will run a dev server with a volume mount for hot reloading.

Code Formatting

make run-format

Code Linting

make run-lint

Interactive Terminal

# create an interactive session to run `npm` commands.
make run-terminal