https://github.com/fission-codes/notes
Demo React app built with webnative
https://github.com/fission-codes/notes
create-react-app react reactjs webnative
Last synced: about 1 year ago
JSON representation
Demo React app built with webnative
- Host: GitHub
- URL: https://github.com/fission-codes/notes
- Owner: fission-codes
- Created: 2020-11-03T01:03:10.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-15T22:23:24.000Z (over 4 years ago)
- Last Synced: 2025-04-03T04:56:18.401Z (about 1 year ago)
- Topics: create-react-app, react, reactjs, webnative
- Language: TypeScript
- Homepage: https://notes.fission.app/
- Size: 2 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fission Notes
[](https://fission.codes)
[](https://github.com/fission-suite/webnative)
[](https://discord.gg/zAQBDEq)
[](https://talk.fission.codes)
This is a simple note taking app built on [webnative](https://github.com/fission-suite/webnative). It's also a demo of using webnative with React.
## Quick Start
To run locally:
```sh
# Install packages
yarn install
# Run the server
yarn start
```
The app will then be available at [http://localhost:3000](http://localhost:3000)