Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.

jalantechnologies/boilerplate-react-module

Repository files navigation

Boilerplate React Module

Boilerplate for building React based modules / components in typescript.

Scripts

  • npm run build - Build ready to ship package
  • npm run lint - Run lint checks using eslint
  • npm test - Run tests using Jest

Demo

  • Link module using npm for local development. In current directory, run - npm link
  • In example directory, npm link boilerplate-react-module
  • Run example app - npm start

About

Boilerplate for react modules in typescript

Resources

License

Stars

Watchers

Forks