git clone https://github.com/VictoryCTO/vp-starter.git
npm i
Build the project | npm run build |
Commit a change | npm run commit |
Run the development server | npm run dev |
Generate a service-worker | npm run service-worker |
Development server | browsersync |
Commit linting | commitizen |
Code formatting | prettier |
Code bundling | rollup |
Code syntax | typescript |