Skip to content

Developer Bootstrap

Van Nguyen edited this page Feb 10, 2024 · 3 revisions

Commands

Note: all commands here assume you have installed nx globally. If you do not, append all nx calls with yarn nx.

Install dependencies

yarn

main frontend dev-server

Will run a development server on localhost:4200

nx serve frontend

Check for lint issues

nx format

Check for lint issues, and make changes

nx format write

Show dependency graph

Will run a local website hosting the graph at http://127.0.0.1:4211/projects

nx graph