jQuery Fundamentals is designed to get you comfortable working through common problems you'll be called upon to solve using jQuery. To get the most out of this site, you'll want to read the content and try the various interactive examples. Each chapter will cover a concept and give you a chance to try example code related to the concept.
You first need to have git and nodejs installed in your machine.
- Clone this repository
- run
npm installfrom the repo's root. - run
node serverto run the server at http://localhost:4444
With the rights to deploy to the production server, you also need Ansible to be installed on your machine.
After that, you can simply run
npm run provisionto provision the production machine; ornpm run deployto just deploy content changes