https://github.com/eswat2/egghead-exploring
my attempt to mix the Create Your First React App with the Idiomatic Redux code base...
https://github.com/eswat2/egghead-exploring
Last synced: 3 months ago
JSON representation
my attempt to mix the Create Your First React App with the Idiomatic Redux code base...
- Host: GitHub
- URL: https://github.com/eswat2/egghead-exploring
- Owner: eswat2
- License: mit
- Created: 2016-07-09T03:47:48.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-12T03:50:20.000Z (almost 9 years ago)
- Last Synced: 2025-01-12T22:43:44.550Z (5 months ago)
- Language: JavaScript
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# egghead-idiomatic
my attempt to mix the Create Your First React App with the Idiomatic Redux code base...NOTE: this code no longer uses firebase and re-base
We are now using `json-server` to handle reading & writing notes:
```javascript
npm install -g json-server
json-server db.json
```View the content of `db.json` in order to see the changes you are making to notes.