Skip to content

Commit bb711f0

Browse files
authored
add setup instructions to readme
1 parent 3d34a5b commit bb711f0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
**This workspace has been generated by [Nx, a Smart, fast and extensible build system.](https://nx.dev)**
66

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+
713
## Start the app
814

915
To start the development server run `nx serve frontend`. Open your browser and navigate to http://localhost:4200/. Happy coding!

0 commit comments

Comments
 (0)