Skip to content

Commit

Permalink
🚧 (system): Steady current build
Browse files Browse the repository at this point in the history
Currently using React and Vite with electron is stable and is reading tailwind css too. IPC communication is what needs to be figured out...
  • Loading branch information
chef-danny-d committed Oct 11, 2021
1 parent 0c02386 commit ecde762
Show file tree
Hide file tree
Showing 51 changed files with 15,021 additions and 21,806 deletions.
22 changes: 22 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"env": {
"browser": true,
"es2021": true,
"node": true
},
"extends": "plugin:react/recommended",
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaFeatures": {
"jsx": true
},
"ecmaVersion": 13,
"sourceType": "module"
},
"plugins": [
"react",
"@typescript-eslint"
],
"rules": {
}
}
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
.cache
/dist
.DS_Store
/.idea
/.idea
out/
24 changes: 0 additions & 24 deletions app/app.html

This file was deleted.

849 changes: 0 additions & 849 deletions app/app.js

This file was deleted.

1 change: 0 additions & 1 deletion app/app.js.map

This file was deleted.

Loading

0 comments on commit ecde762

Please sign in to comment.