Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 464 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 464 Bytes

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 = ❤️!