/onething

node, express, react, postgres app for remembering to do one thing

Primary LanguageJavaScript

OneThing

Usage

Installation

This project has front- and back-end components. The installation of packages are managed separately.

Before starting the application:

$ npm i
$ cd client && npm i

Be sure you've also created the database and seeded it

Running

To run the front- and back-ends in parallel:

$ npm run dev:server

Then open a new terminal:

$ npm run dev:web

In the future, I may tie these together into a single command or orchestrate with something like Lerna.