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 = ❤️
- Host: GitHub
- URL: https://github.com/saltyshiomix/rollup-typescript-react-starter
- Owner: saltyshiomix
- License: mit
- Created: 2019-10-13T10:27:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-23T07:31:18.000Z (almost 6 years ago)
- Last Synced: 2025-03-15T20:47:48.983Z (over 1 year ago)
- Topics: react, rollup, typescript
- Language: JavaScript
- Homepage:
- Size: 22.5 KB
- Stars: 38
- Watchers: 2
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Rollup + TypeScript + React = ❤️
## 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 = ❤️`!