1.0.12 • Published 5 years ago

@frederic.enard/react-component-rollup-typescript-boilerplate v1.0.12

Weekly downloads
13
License
MIT
Repository
-
Last release
5 years ago

Boilerplate structure for creating React Components with TypeScript and Rollup

Boilerplate structure for creating React Components with TypeScript and Rollup

Getting Started

git clone git@github.com:andregoncalves/react-component-rollup-typescript-boilerplate.git
cd react-component-rollup-typescript-boilerplate
git remote rm origin

Install dependencies

npm install

Linting

npm run lint

Build for Production

npm run build