A Typescript React Electron Boilerplate
git clone
cd you-project
yarn
//or
npm install
Nothing
cd your-project/
yarn dev
yarn build
yarn release:platfrom-you-choose
We can maybe use SemVer for versioning. For the versions available, see the link to tags on this repository.
yarn test
//or for CI
yarn test:ci
//or for cov
yarn test:cov
MIT