Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/catalysts/cat-grid
https://github.com/catalysts/cat-grid
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/catalysts/cat-grid
- Owner: Catalysts
- Created: 2016-11-28T10:16:47.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T20:33:35.000Z (about 2 years ago)
- Last Synced: 2024-04-14T12:15:17.444Z (9 months ago)
- Language: TypeScript
- Size: 4.3 MB
- Stars: 0
- Watchers: 6
- Forks: 2
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CatNgGrid - Drag and drop
## Building the library
> npm run-script cleanbuild
## Publishing
Go to the npm subfolder
> npm --registry __URL_OF_YOUR_REGISTRY_HERE__ publish
## Example project
Navigate to the `example` subfolder.
Ensure that you see the library source (from the main `src` folder) also within `example\src\lib\` (on Windows you have to copy it there, on Linux it should be a symlink).
Then run:
> npm install
> npm start
## End2End Tests
Naivate to the `example` subfolder.
Then run:
> npm run-script e2e