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

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

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
```