larsthorup / react-sandbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-sandbox

Build Status Coverage Status Dependency Status devDependency Status

Vanilla JS react implementation, inspired by https://pomb.us/build-your-own-react/

  • Avoid any compilation steps during development (Webpack, JSX, TypeScript)
npm install

npm start
npm run start:build

npm test
npm run test:build

Coverage report in coverage/index.html

About

License:MIT License


Languages

Language:JavaScript 98.2%Language:HTML 1.8%