QuickCorp / qcobjects-neumorphism

QCObjects Neumorphism App template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QCObjects Neumorphism

QCObjects Neumorphism App template

Deploy on Netlify

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": {
    "eslint": "^6.8.0",
    "jasmine": "^3.5.0",
    "qcobjects": "latest"
  }

Also add this scripts in package.json

  "scripts": {
    "sync": "git add . && git commit -am ",
    "test": "(npx eslint *.js js/*.js js/packages/*.js --fix) && jasmine",
    "preversion": "npm cache verify && npm test",
    "postversion": "git push && git push --tags",
    "start": "node app.js"
  },

Then install everything

npm i && npm test

Launch the application

> qcobjects launch app

Read more:

QCObjects Neumorphism in User Interfaces

About

QCObjects Neumorphism App template

License:GNU Lesser General Public License v3.0


Languages

Language:CSS 67.3%Language:JavaScript 16.3%Language:HTML 16.1%Language:Dockerfile 0.3%