https://github.com/p2panda/mushroom-app-tutorial
Example "Mushroom App" used as a p2panda tutorial
https://github.com/p2panda/mushroom-app-tutorial
local-first p2panda react tutorial
Last synced: 7 months ago
JSON representation
Example "Mushroom App" used as a p2panda tutorial
- Host: GitHub
- URL: https://github.com/p2panda/mushroom-app-tutorial
- Owner: p2panda
- Created: 2022-09-03T23:18:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-06T14:21:39.000Z (about 1 year ago)
- Last Synced: 2025-04-07T12:52:03.553Z (10 months ago)
- Topics: local-first, p2panda, react, tutorial
- Language: TypeScript
- Homepage: https://p2panda.org/tutorials/mushroom-app
- Size: 1.71 MB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mushroom-app-tutorial
This is an example app accompanying the p2panda tutorial ["Let's build a mushroom app!"](https://aquadoggo.p2panda.org/tutorials/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
```bash
npm install
```
2. Start your [`aquadoggo`](https://github.com/p2panda/aquadoggo) node
3. Deploy schemas on node
```bash
npm run schema
```
4. Copy the resulting JSON into `schemas.json`
5. Start the application
```bash
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_