qcobjects-docs
Version:
The official app and website for documentation of QCObjects
22 lines (15 loc) • 519 B
Markdown
#### Install and test QCObjects on Microsoft Windows OS
1.- Install the latest version of NodeJS for Windows from [here](https://nodejs.org/)
2.- From cmd install qcobjects-cli using npm
```powershell
npm i qcobjects-cli -g
```
3.- Create a directory for your project
```powershell
md mynewproject && cd mynewproject
```
4.- Create a new QCObjects Progressive Web Application
```powershell
qcobjects create mynewproject --pwa
```
