Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 563 Bytes

File metadata and controls

26 lines (18 loc) · 563 Bytes

jquery-to-react-workshop

A workshop for migrating a legacy JQuery app to Vue JS

Requirements

  • Node JS - v12.x.x and above
  • NPM - v6.x.x and above

Set up

To get started, begin by installing the required node js dependencies. To do this run

npm install

once all modules are successfully installed, start the app in development mode by running

npm run watch

This should set up nodemon for reloading javascript changes. The web app can be accessible on localhost:9999 after the app has been started in dev mode