Skip to content

Commit

Permalink
Merge pull request #81 from React-Boilerplates/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
couturecraigj committed May 7, 2018
2 parents d15fa4a + 7d1979d commit 0c97d79
Show file tree
Hide file tree
Showing 9 changed files with 274 additions and 34 deletions.
7 changes: 5 additions & 2 deletions TODOS.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# TODOs

- Build a function that will compress GraphQL Schema Strings
- Add Draft.js
- Integrate with Browser-Sync
- Add E2E Testing (Build Server, Test Each Page and Action)
- Add Command Line
- Add Admin Panel
- Add MDX-js
- Server up Page using a Stream
- Look at Cypress.io
- Add graphql-crunch
- Serve up Page using a Stream
- Possibly using [react-helmet-async](https://github.com/NYTimes/react-helmet-async)
- Setup Helmet-CSP
- Setup Tree-Shaking on Image-Loader
Expand All @@ -31,6 +33,7 @@
- lower ✔
- Add Sessions ✔
- Add Session Storage
- Add Draft.js ✔
- add Dynamic relative css handling ✔
- add StyleLint ✔
- add Express Hot Reload on Routes ✔
Expand Down
2 changes: 1 addition & 1 deletion client/registerServiceWorker.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const swUrl = '/sw.js';
const registerServiceWorker = () => {
const result = navigator.serviceWorker
.register(swUrl)
.then(console.log)
// .then(console.log)
.catch(() => Promise.resolve());
return result;
};
Expand Down
243 changes: 243 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0c97d79

Please sign in to comment.