A fork of electron-react-boilerplate that exemplifies using typescript.
- Fix css module resolution
- Integrate babel and typescript
- Waiting on awesome-typescript-loader to throw warnings instead of errors
- ESLint integration?
npm i -g yarn
git clone https://github.com/amilajack/erb-typescript-example.git
cd erb-typescript-example && yarn
cd app && yarn
cd ..
yarn dev
# Run typescript
yarn ts
# Run react tests
yarn test
# Run e2e tests
yarn test-e2e
# Run tslint
yarn lint