https://github.com/andregoncalves/react-rollup-typescript-scaffold
Boilerplate structure for React TypeScript and Rollup
https://github.com/andregoncalves/react-rollup-typescript-scaffold
boilerplate react rollup typescript
Last synced: about 2 months ago
JSON representation
Boilerplate structure for React TypeScript and Rollup
- Host: GitHub
- URL: https://github.com/andregoncalves/react-rollup-typescript-scaffold
- Owner: andregoncalves
- Created: 2018-03-02T11:06:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-23T09:57:34.000Z (about 8 years ago)
- Last Synced: 2025-07-30T15:36:45.198Z (10 months ago)
- Topics: boilerplate, react, rollup, typescript
- Language: JavaScript
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Boilerplate structure for React TypeScript and Rollup
A boilerplate to develop react apps and components with TypeScript and Rollup
## Getting Started
```bash
git clone git@github.com:andregoncalves/react-rollup-typescript-boilerplate.git
cd react-rollup-typescript-boilerplate
git remote rm origin
```
# Install dependencies
```bash
npm install
```
# Developing
```bash
npm run watch
```
# Linting
```bash
npm run lint
```
# Production
```bash
npm run build
```