A comprehensive boilerplate designed to kickstart your development with a blend of cutting-edge technologies.
- React with Typescript - https://react.dev/
- Electron - https://www.electronjs.org/docs/latest
- React-Query - https://tanstack.com/query/v4/docs/react/overview
- Node.js using Typescript - https://nodejs.org/docs/latest/api/
- Express - https://expressjs.com/
- Drizzle ORM - https://orm.drizzle.team/docs/overview
- Drizzle-Kit - https://orm.drizzle.team/kit-docs/overview
- Vite - https://vitejs.dev/
- Electron Forge - https://www.electronforge.io/
- Yarn - https://yarnpkg.com/getting-started
To get started with this boilerplate:
-
Ensure you have the following prerequisites:
- Node.js
- Yarn package manager
-
Clone the repository to your local environment.
-
Navigate to the project directory and execute the following commands:
yarn # Installs all necessary dependencies yarn start # Launches the project
The electron app should launch automatically and be available in a seperate window.
If you would like to access the web app, it will be available at: http://localhost:5173