UNPKG

electron-react-typescript-webpack-2022

Version:

Custom boilerplate for writing Desktop Applications using Electron, React, Webpack, TypeScript in 2022

11 lines (10 loc) 159 B
<!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title>ERWT Boilerplate</title> </head> <body> <div id="app"></div> </body> </html>