14
14
15
15
See [ demo] ( http://demo.reactstarterkit.com )   ; |  ;
16
16
[ docs] ( https://github.com/kriasoft/react-starter-kit/tree/master/docs )   ; |  ;
17
- [ bugs & feature requests ] ( https://waffle.io/kriasoft/react-starter-kit )   ; |  ;
17
+ [ to-do list ] ( https://waffle.io/kriasoft/react-starter-kit )   ; |  ;
18
18
join [ #react-starter-kit] ( https://gitter.im/kriasoft/react-starter-kit ) chatroom to stay up to date   ; |  ;
19
19
visit our sponsors:
20
20
@@ -43,6 +43,7 @@ visit our sponsors:
43
43
│ ├── /decorators/ # Higher-order React components
44
44
│ ├── /public/ # Static files which are copied into the /build/public folder
45
45
│ ├── /stores/ # Stores contain the application state and logic
46
+ │ ├── /views/ # Express.js views for index and error pages
46
47
│ ├── /client.js # Client-side startup script
47
48
│ ├── /config.js # Global application settings
48
49
│ ├── /routes.js # Universal (isomorphic) application routes
@@ -67,7 +68,6 @@ visit our sponsors:
67
68
* [ Membership Database] ( https://github.com/membership/membership.db ) — SQL schema boilerplate for user accounts, profiles, roles, and auth claims
68
69
* [ React Static Boilerplate] ( https://github.com/koistya/react-static-boilerplate ) — Generates static websites from React components
69
70
* [ Babel Starter Kit] ( https://github.com/kriasoft/babel-starter-kit ) — Boilerplate for authoring JavaScript/React.js libraries
70
- * [ React Decorators] ( https://github.com/kriasoft/react-decorators ) — A collection of higher-order React components
71
71
72
72
### Learn More
73
73
@@ -83,9 +83,11 @@ visit our sponsors:
83
83
84
84
### Support
85
85
86
- * [ #react-starter-kit] ( https://gitter.im/kriasoft/react-starter-kit ) on Gitter — Feedback, feature requests, Q&A
87
- * [ @koistya ] ( https://www.codementor.io/koistya ) on Codementor — Mentorship, pair coding, code reviews
88
- * [email protected] — Customization requests, help with GraphQL/Relay, database design etc.
86
+ * [ #react-starter-kit] ( http://stackoverflow.com/questions/tagged/react-starter-kit ) on Stack Overflow — Questions and answers
87
+ * [ #react-starter-kit] ( https://gitter.im/kriasoft/react-starter-kit ) on Gitter — Watch announcements, share ideas and feedback
88
+ * [ GitHub issues] ( https://github.com/kriasoft/react-starter-kit/issues ) , or [ Scrum board] — File issues, send feature requests
89
+ * [ appear.in/react] ( https://appear.in/react ) — Open hours! Exchange ideas and experiences (React, GraphQL, Startups, etc.)
90
+ * [ @koistya ] ( https://twitter.com/koistya ) on [ Codementor] ( https://www.codementor.io/koistya ) , or [ Skype] ( http://hatscripts.com/addskype?koistya ) — Private consulting
89
91
90
92
### License
91
93
0 commit comments