/hello-react

Primary LanguageJavaScript

Installation (no backend server/service included)

  • Node.js
  • initial setup
    • npm install
  • running tests
    • npm test (note: this blocks the shell and re-run tests when changes happen)
  • launch server
    • npm start (note: will run on localhost:3000)