QCObjects Neumorphism
QCObjects Neumorphism App template
Usage
Quick Start
The qcobjects-neumorphism template is a quick start point to build a QCObjects application using Neumorphism design pattern.
qcobjects create --custom=qcobjects-neumorphism mynewapp
Set dependencies
In your package.json file add the following dependencies
"devDependencies":
Also add this scripts in package.json
"scripts": ,
Then install everything
npm i && npm test
Launch the application
> qcobjects launch app
Read more: