Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 531 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 531 Bytes

js-workshop

Structure

Setup

  • Vanilla JS frontend
    • run npm install
  • React JS frontend
    • run npm install to install server dependencies
    • run cd frontend/reactjs/
    • run npm install to install React frontend dependencies

Run

  • Vanilla JS frontend
    • npm run vanilla
  • React JS frontend
    • npm run react