https://github.com/startbootstrap/sb-clean-blog-shared-types
shared types for sb-clean-blog-node and sb-clean-blog-angular
https://github.com/startbootstrap/sb-clean-blog-shared-types
Last synced: 7 months ago
JSON representation
shared types for sb-clean-blog-node and sb-clean-blog-angular
- Host: GitHub
- URL: https://github.com/startbootstrap/sb-clean-blog-shared-types
- Owner: StartBootstrap
- Created: 2020-02-26T16:38:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-10T19:56:09.000Z (almost 6 years ago)
- Last Synced: 2025-06-30T03:09:13.443Z (7 months ago)
- Language: TypeScript
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# INIP SB Clean Blog Shared Types
Shared types for sb-clean-blog-node and sb-clean-blog-angular
## Development
```bash
cd PATH/TO/sb-clean-blog-shared-types
npm link
cd PATH/TO/sb-clean-blog-node
npm link @start-bootstrap/sb-clean-blog-shared-types
cd PATH/TO/sb-clean-blog-angular
npm link @start-bootstrap/sb-clean-blog-shared-types
```
_NOTE: Due to an issue with npm, any time you do an npm install in either the angular or node projects, you will need to redo the npm link command again._
_[Ongoing issue tracked here](https://github.com/npm/rfcs/pull/3#issuecomment-387897478)_