@georgieff/react-component-rollup-typescript-boilerplate
v1.0.1
Published
A boilerplate to develop react apps and components with TypeScript and Rollup
Readme
Boilerplate structure for creating React Components with TypeScript and Rollup
Boilerplate structure for creating React Components with TypeScript and Rollup
Getting Started
git clone [email protected]:andregoncalves/react-component-rollup-typescript-boilerplate.git
cd react-component-rollup-typescript-boilerplate
git remote rm originInstall dependencies
npm installLinting
npm run lintBuild for Production
npm run build