Skip to content

devbridie/unjquerify-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0980861 · Sep 8, 2018

History

42 Commits
Apr 24, 2018
Sep 8, 2018
Apr 24, 2018
Apr 24, 2018
Jun 20, 2018
Sep 8, 2018
May 28, 2018
May 23, 2018
Sep 8, 2018
Sep 8, 2018
Apr 24, 2018
Apr 24, 2018
May 23, 2018

Repository files navigation

unjquerify-frontend

This project is the code behind unjquerify.com. It uses unjquerify as a source for plugins and babel-standalone for client-side transformations.

Usage

  • Ensure that npm is available.
  • Use npm install to install dependencies.
  • Use npm run copy-sources to copy documentation from the GitHub-hosted unjquerify project to the project assets.
  • Use npx ng serve --open to run a local development server. This will open a browser pointed to a local development copy of unjquerify-frontend.

Contributing

Contributions are always welcome. Please see this project's issue tracker. Before submitting a pull request, please verify that your changes pass linting (run with npx ng lint).