LadislavSzolik / simple-steps

0 stars 0 forks source link

DB. Proof of concept. #2

Open BraveSpirit opened 8 years ago

BraveSpirit commented 8 years ago

Use a simple json-server (https://github.com/typicode/json-server) in order to load and store lists in memory. Scenario:

saving is not yet implemented as it is just a proof of concept.

BraveSpirit commented 8 years ago

Installation:

  1. npm install json-server -g
  2. navigate to db folder
  3. json-server --watch db.json

Now we are ready to start electron.