README
Computools React boilerplate
How to install
npx create-react-app my-app --template @computools/cra-template-ts-mobx
Create React App template with typescript and mobx
<script type="module">
import computoolsCraTemplateTsMobx from 'https://cdn.skypack.dev/@computools/cra-template-ts-mobx';
</script>
npx create-react-app my-app --template @computools/cra-template-ts-mobx