Everduin94 / poc

Proof of Concept Nx Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

POC - Proof of Concepts

Articles

Angular Prototyping

thumbnail

Dependencies:

  • Node.js version 8.0 or higher

Commands ($ means shell, don't add it):

// Install Dependencies
$ npm i 

// Run App
$ nx run demo:serve:prototype
$ ng serve configuration=prototype

// Run jest (unit tests)
$ nx run demo:test

// Cypress 
$ nx run demo-e2e:e2e --watch

(Firebase) Angular Prototying

thumbnail

Dependencies:

  • Node.js version 8.0 or higher
  • Java version 1.8 or higher
  • Firebase CLI 8.14.0 or higher

Commands ($ means shell, don't add it):

// Install Dependencies
$ npm install -g firebase-tools
$ npm install 

// You may have to update app.component.html
  // (It's basically my template junk-drawer lol)
// Run app (Make sure you're in root)
$ firebase emulators:start  --import=./apps/demo/poc-data
$ nx run demo:serve

// Run Cypress
$ nx run demo-e2e:e2e --watch

About

Proof of Concept Nx Project

License:GNU General Public License v3.0


Languages

Language:TypeScript 86.9%Language:SCSS 5.3%Language:HTML 4.0%Language:JavaScript 3.8%