Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devbridie/unjquerify-frontend
Frontend for https://unjquerify.com
https://github.com/devbridie/unjquerify-frontend
angular jquery
Last synced: 1 day 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-08T00:08:49.000Z (over 6 years ago)
- Last Synced: 2024-11-05T15:52:37.022Z (about 2 months ago)
- Topics: angular, jquery
- Language: TypeScript
- Homepage: https://unjquerify.com
- Size: 836 KB
- Stars: 0
- Watchers: 3
- 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`).