Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cyberlight/caninclude-v2
(v2) CAN I INCLUDE one TAG to ANOTHER? WHAT IS A QUESTION! Yorik (c) :)
https://github.com/cyberlight/caninclude-v2
css documentation html5 vscode
Last synced: 20 days ago
JSON representation
(v2) CAN I INCLUDE one TAG to ANOTHER? WHAT IS A QUESTION! Yorik (c) :)
- Host: GitHub
- URL: https://github.com/cyberlight/caninclude-v2
- Owner: CyberLight
- License: mit
- Created: 2021-11-18T08:27:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-23T07:50:35.000Z (almost 3 years ago)
- Last Synced: 2024-04-15T02:45:57.519Z (9 months ago)
- Topics: css, documentation, html5, vscode
- Language: JavaScript
- Homepage: https://caninclude.glitch.me
- Size: 1.67 MB
- Stars: 127
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Caninclude
## About
Please, see **Demo** [here](https://caninclude.glitch.me)
This is the second generation of the caninclude service!
## Development environment
* [VSCode](https://code.visualstudio.com/)
* [VSCode Remote Containers](https://code.visualstudio.com/docs/remote/containers#_installation)
* Clone `git clone https://github.com/CyberLight/caninclude-v2`
* Go to cloned project repo folder `cd caninclude`
* Open in VSCode `code .`
* In popup menu click by `Reopen in Container`
* Whew!## CLI Commands
``` bash
# serve web part with hot reload at localhost:8080 and api part on localhost:8081
# with proxying traffic from /api to web /api to localhost:8081
npm run dev# build for production with minification
npm run build# test the production build locally
npm run serve# launches linting of the whole project
npm run lint# launches only api:dev server at localhost:8081
api:dev
```For detailed explanation on how things work, checkout the [CLI Readme](https://github.com/developit/preact-cli/blob/master/README.md).