React components written in TypeScript. An intentional mix of good old javascript with TypeScript with unit and visual regression tests.
- TypeScript mixed with javascript (ES6)
- JSX in TS (.tsx)
- postcss with typings
- mocha with TS support
- eslint with TS support
- @vrt/react
- HMR
Clone it and install dependencies with npm i.
Run app with npm run dev and open localhost:8081.
Generate screenshots with npx vrt
Run tests with npm t.
MIT