Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ npm-debug.log

# Ignore webpack generated files
dist/

.DS_Store
6 changes: 6 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
No content was found at this location.<br/>
If you are trying a sandbox sample, you need to use the sandbox server.<br/>
<br/>
npm run start-sandbox<br/>
<br/>
See the readme for more information.