cra-template-vkma
Version:
The base VKMA template for Create React App.
16 lines (9 loc) • 351 B
Markdown
This is the [VK Mini Apps](https://vk.com/dev/vk_apps_docs) template for [Create React App](https://github.com/facebook/create-react-app).
To use this template, add `--template vkma` when creating a new app.
For example:
```sh
npx create-react-app my-app --template vkma
yarn create react-app my-app --template vkma
```