An open API service indexing awesome lists of open source software.

https://github.com/saltyshiomix/rollup-typescript-react-starter

Rollup + TypeScript + React = ❤️
https://github.com/saltyshiomix/rollup-typescript-react-starter

react rollup typescript

Last synced: over 1 year ago
JSON representation

Rollup + TypeScript + React = ❤️

Awesome Lists containing this project

README

          

Rollup + TypeScript + React = ❤️



Package License (MIT)

## Usage

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