Skip to content

A legacy Jquery app serving as a starting point to a react JS migration

Notifications You must be signed in to change notification settings

codeAligned/jquery-to-react-workshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A legacy Jquery app serving as a starting point to a react JS migration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 52.8%
  • JavaScript 24.0%
  • CSS 23.2%