Skip to content

gapsong/special-lamp

Repository files navigation

Electron / React / Typescript boilerplate project

Template project for desktop apps using Electron, React and Typescript.




Before anything

As always, install packages:

npm install

During development

Run:

npm start

It will launch webpack dev server and electron concurrently. It has fast refresh (AKA hot-reload) enabled by default.

Testing

Run:

npm test

This templated uses Jest (along with Ts-Jest) as testing framework.

Deploy

Just run:

npm run pack

and the output will be in the ./pack folder.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published