Skip to content

Commit

Permalink
Copy content from nerves_hub_www
Browse files Browse the repository at this point in the history
* Splice templates together to produce a single HTML page
* Organize assets in the root and reference using relative paths
* Process (copy) index.html during webpack build
* Remove Phoenix
  • Loading branch information
dnrce authored and jjcarstens committed May 11, 2022
1 parent ec78892 commit 7b466b7
Show file tree
Hide file tree
Showing 51 changed files with 28,563 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"presets": [
"@babel/preset-env"
]
}
8 changes: 8 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
env:
browser: true
es6: true
jest: true
node: true
parserOptions:
sourceType: module
extends: eslint:recommended
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
_dist/
node_modules/
2 changes: 2 additions & 0 deletions .prettierrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
semi: false
singleQuote: true
Loading

0 comments on commit 7b466b7

Please sign in to comment.