Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 429 Bytes

README.md

File metadata and controls

45 lines (27 loc) · 429 Bytes

TODO App

A simple TODO app built on React.js and Node.js

Install

Install dependencies:

npm i

Build:

npm run build

Run

npm start

To create test db, run:

npm run initDb

Note: make sure db settings are correct in config.json

Test

npm test

To create test db, run:

npm run initDb:test

Note: make sure db settings are correct in config.test.json