Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.
/ vk-mini-app-template Public archive

🏗️ Template for comfortable development of VK Mini Apps using Typescript, Redux, React Router and Styled Components

Notifications You must be signed in to change notification settings

on3dd/vk-mini-app-template

Repository files navigation

🏗️ Template for comfortable development of VK Mini Apps using Typescript, Redux, React Router and Styled Components (in progress)

tech stack

  • react 16.9
  • react-redux 7.2
  • redux-thunk 2.3
  • react-router 5.2
  • styled-components 5.2

how to install

clone this repository

# 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

enter the project directory

$ cd vk-mini-app-template

install dependencies

npm install

how to start work with app

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

About

🏗️ Template for comfortable development of VK Mini Apps using Typescript, Redux, React Router and Styled Components

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published