You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,12 @@
4
4
5
5
✨ **This workspace has been generated by [Nx, a Smart, fast and extensible build system.](https://nx.dev)** ✨
6
6
7
+
## Setup
8
+
9
+
Clone this repo and run `yarn` at the root to install this project's dependencies.
10
+
11
+
You can optionally install `nx` globally with `npm install -g nx` - if you don't, you'll just need to prefix the commands below with `npx` (e.g. `npx nx serve frontend`).
12
+
7
13
## Start the app
8
14
9
15
To start the development server run `nx serve frontend`. Open your browser and navigate to http://localhost:4200/. Happy coding!
0 commit comments