1.0.12 • Published 6 years ago
@frederic.enard/react-component-rollup-typescript-boilerplate v1.0.12
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