Electron framework GUI for USAF Schematic Training on the T-1 for pilots and trainers.
Ignore node_modules and package-lock.json
Html files, images ect. should be in the src folder
JS Files can be in the main folder or src depending on scope
npm run Dev
( start program ) (subject to change the run name)
- Nodejs 16.13.x or Higher
- Npm 8.1.x or Higher
- VSCode
- Github Desktop or Github intigration to VSCode
- Prettier
- Vscode-icons
- Auto Rename Tag
- HTML CSS Support
- A Cool Color Theme for VS Code
- Installing Nodejs - 10-20 min
https://nodejs.org/en/download/
We will be using the LTS v16.13.x or Higher - Install Process is guided. Go ahead and install Chocolatey. It's ok if you don't but just do it.
- There will be multiple popups for Chocolatey install. Just Interact with them to complete it.
- Restart
- Open up a CMD and verify the installs by checking version:
-
Node should be v16.13.x or Higher
node --version
-
Npm should be v8.1.x or Higher
npm --version
- Installing VS Code - 5 - 20 min
- Windows - Mac:
- Download here https://code.visualstudio.com/ Version does not matter as long as it is the right one for your OS
- Linux:
- This is more involved, just use atom
- Make sure Add to PATH & Register Code as an editor is checked when you get to that point.
- Should be Good to go
- Clone The Repository Onto your local drive
- Open The Project Folder In VS Code
- Open A local Terminal
- Run The Command
npm install
(This should Install all programs in the npm module location) Npm run Dev
- start the program Note: If you make changes to react you do not need to restart the program.- Ctrl + C - close program (it will ask you if you want to just press y)
- run
npm install