Skip to content

mycognosist/mushroom-app-tutorial

 
 

Repository files navigation

mushroom-app-tutorial

This is an example app accompanying the p2panda tutorial "Let's build a mushroom app!" with TypeScript, Webpack and React.

Usage

The best way to learn about this application is to read the tutorial. If you already know what you're doing, you can also get started with the following steps:

  1. Install dependencies

    npm install
  2. Start your aquadoggo node

  3. Deploy schemas on node

    npm run schema
  4. Copy the resulting JSON into schemas.json

  5. Start the application

    npm start
  6. Open the webbrowser at http://localhost:8080

License

UNLICENSED

Supported by



This project has received funding from the European Union’s Horizon 2020 research and innovation programme within the framework of the NGI-POINTER Project funded under grant agreement No 871528

About

Example "Mushroom App" used as a p2panda tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 91.6%
  • CSS 5.5%
  • JavaScript 2.9%