JSPM

igornep-react-ts-starter

1.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q22283F
  • License MIT

A starter template for React with Typescript using Webpack 5

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