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

https://github.com/jate-koh/ts-rollup

TypeScript starter scripts + setup (or boilerplate⬜) using RollUp
https://github.com/jate-koh/ts-rollup

boilerplate dotenv eslint prettier rollup typescript

Last synced: about 2 months ago
JSON representation

TypeScript starter scripts + setup (or boilerplate⬜) using RollUp

Awesome Lists containing this project

README

          

# 🧰 TypeScript Rollup Starter Kits
This is a simple starter kit for TypeScript and Rollup. It is a minimal setup to get you started with TypeScript and Rollup. It includes a simple example of a TypeScript file and a Rollup configuration file.

### 🛠️ Getting Started
To get started, clone the repository and install the dependencies.

```bash
git clone https://github.com/jate-koh/ts-rollup.git
cd ts-rollup
npm install # or with yarn install / pnpm install
```

Run the following command to build and start developing.

```bash
npm run dev # or with yarn dev / pnpm dev
```

### 📃 License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.