https://github.com/devbridie/unjquerify-frontend
Frontend for https://unjquerify.com
https://github.com/devbridie/unjquerify-frontend
angular jquery
Last synced: about 1 month ago
JSON representation
Frontend for https://unjquerify.com
- Host: GitHub
- URL: https://github.com/devbridie/unjquerify-frontend
- Owner: devbridie
- License: mit
- Created: 2018-05-28T06:32:28.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-08T00:08:49.000Z (almost 8 years ago)
- Last Synced: 2025-04-09T10:50:09.844Z (about 1 year ago)
- Topics: angular, jquery
- Language: TypeScript
- Homepage: https://unjquerify.com
- Size: 836 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unjquerify-frontend
This project is the code behind [unjquerify.com](https://www.unjquerify.com).
It uses [unjquerify](https://github.com/devbridie/unjquerify) as a source for plugins and [`babel-standalone`](https://github.com/babel/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](https://github.com/devbridie/unjquerify-frontend/issues). Before submitting a pull request, please verify that your changes pass linting (run with `npx ng lint`).