admin.feat-ven-3000-functions.review.habbl.com Open in urlscan Pro
62.146.3.218  Public Scan

URL: https://admin.feat-ven-3000-functions.review.habbl.com/
Submission: On July 31 via api from US — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

HELLO THERE, WELCOME ADMIN-PORTAL 👋


YOU'RE UP AND RUNNING

What's next?



LEARNING MATERIALS

Documentation Everything is in there Blog Changelog, features & events YouTube
YouTube channel Nx Show, talks & tutorials Interactive tutorials Create an app,
step-by-step Video courses Nx custom courses
Visual Studio Code Install Nx Console for VSCode The official VSCode extension
for Nx. Install Nx Console for JetBrains Available for WebStorm, Intellij IDEA
Ultimate and more!


NX CLOUD ENABLE FASTER CI & BETTER DX

You can activate distributed tasks executions and caching by running:

nx connect

What is Nx Cloud?
Nx is open source Love Nx? Give us a star!


NEXT STEPS

Here are some things you can do with Nx:

Add UI library

# Generate UI lib
nx g @nx/angular:lib ui
# Add a component
nx g @nx/angular:component ui/src/lib/button

View project details

nx show project admin-portal --web

View interactive project graph

nx graph

Run affected commands

# see what's been affected by changes
nx affected:graph
# run tests for current changes
nx affected:test
# run e2e tests for current changes
nx affected:e2e

Carefully crafted with