@tap_team/create-vkma-ts
v3.0.3
Published
Zero-config CLI for TypeScript VK mini app development
Downloads
40
Maintainers
Readme
Create VK Mini App with TypeScript
Zero-config CLI generator for TypeScript VK mini app development.
Demo app
How to use
With NPX
npx @tap_team/create-vkma-ts@latest
How to start work with app
Go to created folder and run:yarn start
or npm start
to start dev server with hot reload on localhost:10888
.
yarn run build
or npm run build
to build production bundle, with tree-shaking, uglify and all this modern fancy stuff.
Generated project features
- [x] Typescript
- [x] React v18
- [x] Redux Toolkit
- [x] VK mini apps router
- [x] ESLint
- [x] Feature Sliced Design
No required dependencies?
You can always write to issues or create a pull request.