Skip to content

Commit 694153c

Browse files
committed
Initial Commit
0 parents  commit 694153c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+3251
-0
lines changed

.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# See http://help.github.com/ignore-files/ for more about ignoring files.
2+
3+
# dependencies
4+
node_modules
5+
6+
# testing
7+
coverage
8+
9+
# production
10+
build
11+
12+
# misc
13+
.DS_Store
14+
.env
15+
npm-debug.log

Notes

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Notes
2+
3+
SEED REPO
4+
REFERENCES TO FILE NAMES/LOCATIONS
5+
Missing { Link } import in CommentContainer
6+
Inline dev server?
7+
8+
Custom promise middleware vs redux-promise
9+
10+
INTRO - codebase overview?
11+
12+
Centralized constants?
13+

0 commit comments

Comments
 (0)