🏗️ Template for comfortable development of VK Mini Apps using Typescript, Redux, React Router and Styled Components (in progress)
- react 16.9
- react-redux 7.2
- redux-thunk 2.3
- react-router 5.2
- styled-components 5.2
# via http
$ git clone https://github.com/on3dd/vk-mini-app-template.git
or
# via ssh
$ git clone git@github.com:on3dd/vk-mini-app-template.git
$ cd vk-mini-app-template
npm install
go to created folder and run:
yarn start
|| npm start
— this will start dev server with hot reload on localhost:10888
.
yarn run build
|| npm run build
— this will build production bundle, with tree-shaking, uglify and all this modern fancy stuff