First, install Yeoman and generator-strelka-project with npm:
$ npm install -g yo
$ npm install -g generator-strelka-projectThen generate your new project:
$ mkdir name-of-new-project && cd name-of-new-project
$ yo strelka-projectThis will setup new git repository with README, package.json and eslint-config-strelka, + other required files like .editorconfig, .gitignore, etc..
- General
- Express
- React.js
- Vue.js
- Yeoman - The web's scaffolding tool for modern webapps
- eslint-config-strelka - Strelka's eslint config
Strelka
