Skip to content

fradomnt/clickdapp-frado

 
 

Repository files navigation

Gateway

The gateway is a Next JS app that serves the frontend and loads the bos-components.

Setup & Development

Initialize repo in the root:

yarn

Start development server:

cd gateway && yarn run dev

Local Component Development

  1. Run an instance of a component server like near/bos-loader

  2. Run from the project root:

bos-loader sweeter.testnet -p ./bos-components/src
  1. Open the /flags route of your viewer and set the BOS Loader URL e.g. http://127.0.0.1:3030

Note: there is no hot reload, you must refresh the page to see component changes

About

Hackathon Lisbon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 56.0%
  • JavaScript 41.6%
  • CSS 2.4%