@iqqq/ddjs
v0.0.1
Published
This repo contains a bare-bones example of how to create an library using Rollup, Eslint, Typescript, Babel;
Downloads
4
Readme
rollup-react-typescript-eslint-starter
This repo contains a bare-bones example of how to create an library using Rollup, Eslint, Typescript, Babel;
Getting started
Clone this repository and install its dependencies:
git clone https://github.com/taixw2/rollup-typescript-eslint-starter MyLibrary
cd MyLibrary
npm ci
npm run dev
# or
npm run build