1.0.4 • Published 2 years ago

ui-library-storybook-sk v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

react-ts-template

Boiler Plate for React

  • React
  • Type Script
  • Styled Components
  • React Testing Library with Jest
  • Eslint
  • Prettier

Download react-ts-template

  • install degit globally using following command
npm install -g degit
  • Use the following command to download the stater kit
npx degit https://github.com/rahulteja-dev/react-ts-template.git my-app

Install dependencies

cd my-app && npm install

Run dev server

npm start

Build

npm build