An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Fission Notes

[![Built by FISSION](https://img.shields.io/badge/⌘-Built_by_FISSION-purple.svg)](https://fission.codes)
[![Built by FISSION](https://img.shields.io/badge/webnative-v0.21.2-purple.svg )](https://github.com/fission-suite/webnative)
[![Discord](https://img.shields.io/discord/478735028319158273.svg)](https://discord.gg/zAQBDEq)
[![Discourse](https://img.shields.io/discourse/https/talk.fission.codes/topics)](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)