meer-package-testing
v0.0.2
Published
React typescript component creator boilerplate using webpack, react and typescript
Downloads
5
Maintainers
Readme
Webpack-React-Typescript-Library-Template
Feature
This template is built with the following technologies:
- Language: TypeScript
- Linting: ESLint
- Style: Less
- Formatting: Prettier/Stylelint
- Bundling: Webpack
- Transpiling: Babel
- Lint Staged: Husky
- Development & Production configurations
- Declarations for png and svg files
Getting Started
Using this template is very simple, follow the following instructions:
- Fork the repository
- Create a new repository and select forked repository as template
Or,
- Clone the repository
git clone https://github.com/meer4283/meer-package-testing.git
- Install the dependencies
npm install
- Start the development server
npm start
- Build for production
npm run build
Features
- [x] TypeScript for improved code quality and developer experience
- [x] ESLint for linting and maintaining code consistency
- [x] Prettier for automatic code formatting
- [x] Webpack for bundling and building the application
- [x] Babel for transpiling modern JavaScript to older versions for better browser compatibility
- [x] Husky for running lint-staged, which lints and fixes files before committing
- [x] React Refresh for faster development experience
- [x] Development & Production configurations for different environment settings
- [x] Declarations for png and svg for improved developer experience
License
Licensed under the MIT License.