Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 492 Bytes

File metadata and controls

30 lines (20 loc) · 492 Bytes

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