Package Exports
- igornep-react-ts-starter
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (igornep-react-ts-starter) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Download the starter kit
npx degit https://github.com/IgorNep/react-ts-starter.git my-app
Install dependencies
cd my-app && npm install
Run dev server
npm start
Build
npm build