570 B
570 B
Portal.JS Default App
This example is the default, empty Portal.JS App.
How to use
Execute create-next-app with npm or Yarn to bootstrap the example:
npx create-next-app portaljs-default --use-npm --example https://github.com/datopian/portal.js/tree/main/examples/default
# or
yarn create next-app portaljs-default --example https://github.com/datopian/portal.js/tree/main/examples/default