CyberLight / caninclude-v2

(v2) CAN I INCLUDE one TAG to ANOTHER? WHAT IS A QUESTION! Yorik (c) :)

Home Page:https://caninclude.glitch.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Caninclude

About

Please, see Demo here

This is the second generation of the caninclude service!

Development environment

  • VSCode
  • VSCode Remote Containers
  • 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

# 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.

About

(v2) CAN I INCLUDE one TAG to ANOTHER? WHAT IS A QUESTION! Yorik (c) :)

https://caninclude.glitch.me

License:MIT License


Languages

Language:JavaScript 94.6%Language:HTML 3.4%Language:Dockerfile 1.9%Language:CSS 0.1%