Alessandroinfo / piral-base-example

A piral example using only the piral-base library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Piral base example

  • Using only piral-base library you can choice whatever framework for app-shell and remove the react dependence from it.
  • Also without any dependencies from the piral-instance.

Done with commands:

  • npm init piral-instance ./app-shell --name app-shell --framework piral-base
  • npm init pilet

Remember to publish your pilet into the feed service otherwise you will use the pilets served automatically from debug into /$pilet-api folder.

Debug the pilet with a specific app shell with:

  • npx pilet debug --app app-shell

In order to work you need to put the app-shell in package.json as a dev dependence.

About

A piral example using only the piral-base library

License:MIT License


Languages

Language:TypeScript 76.8%Language:JavaScript 18.7%Language:HTML 4.5%