0.0.1 • Published 4 years ago

@iqqq/ddjs v0.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

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