-
Notifications
You must be signed in to change notification settings - Fork 246
Developer Bootstrap
Van Nguyen edited this page Feb 10, 2024
·
3 revisions
Note: all commands here assume you have installed nx globally. If you do not, append all nx calls with yarn nx.
yarn
Will run a development server on localhost:4200
nx serve frontend
nx format
nx format write
Will run a local website hosting the graph at http://127.0.0.1:4211/projects
nx graph