/hackathonOct2019

hackathon october 2019 app

Primary LanguageJavaScript

Blockstack Todo App

A simple React Todo app built for the decentralized web.

Build Setup

# install dependencies
# previously we used yarn install. This is no longer supported.
npm install

# Compiles and hot-reloads for development
npm run serve

# Compiles and minifies for production
npm run build

Linting & Unit test

# Lints and fixes files
npm run lint

# Run your unit tests
npm run test:unit

For detailed explanation on how this app works, checkout the guide.