Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 279 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 279 Bytes

Intro

A React/Redux note taking appication with an Express backend and lowdb JSON DB for local storage.

To Run

Runs on localhost:8080.

Dev - Watcher

yarn dev

Build

yarn build

Tests

yarn test