- Install Node version 16 - https://nodejs.org/en/
- Run
npm install
to install all dependencies. - Run
npm i -D concurrently wait-on
to install concurrently, which we need to run Electron. npm run dev
to run the application in its own window.npm start
to run the app in a browser. This will live update the client as you make code changes.
- The FE stack proposal. This explains our tech stack at a high level. TL;DR We are running React outside of a browser using Electron.js.
- https://reactjs.org/docs/getting-started.html
- https://react-bootstrap.github.io/