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
- Host: GitHub
- URL: https://github.com/jate-koh/ts-rollup
- Owner: jate-koh
- License: mit
- Created: 2024-03-13T14:08:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-13T14:31:06.000Z (over 2 years ago)
- Last Synced: 2025-04-25T20:49:34.403Z (about 1 year ago)
- Topics: boilerplate, dotenv, eslint, prettier, rollup, typescript
- Language: JavaScript
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.