clientdev.freightify.in Open in urlscan Pro
4.224.148.20  Public Scan

URL: https://clientdev.freightify.in/
Submission: On July 25 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

HELLO THERE, WELCOME CLIENT 👋


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 plugin for
Nx.IntelliJ Install Nx Console for JetBrains Available for WebStorm, Intellij
IDEA Ultimate and more!


NXCLOUD ENABLE FASTER CI & BETTER DX

You can activate distributed tasks executions and caching by running:

nx connect-to-nx-cloud

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 button --project ui

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