rollup-typescript-react-starter icon indicating copy to clipboard operation
rollup-typescript-react-starter copied to clipboard

Rollup + TypeScript + React = ❤️

trafficstars

Rollup + TypeScript + React = ❤️

Package License (MIT)

Usage

# installation
$ yarn (or `npm install`)

# development mode
$ yarn dev (or `npm run dev`)

# production mode
$ yarn build (or `npm run build`)
$ yarn start (or `npm start`)

And you'll see Rollup + TypeScript + React = ❤️!