Skip to content

Commit

Permalink
Update readme (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmclellan-crexi authored Aug 25, 2024
1 parent 1105991 commit 2cbe971
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@

The goal of this assignment is to showcase your skills and coding style while building an enterprise grade Angular application. We expect this assignment to take no more than 2 hours with the first priority of getting a working application that meets the requirements set forth below. Once you have it working you can add some extra flare with unit testing, e2e testing with playwright, updated styles to make it snazzy, or whatever else you feel like.

> [!TIP] State Management
> We have included all of the `@ngrx` packages but you're welcome to use any state management library you see fit or just stateful services.
> [!TIP]
> **State Management** - We have included all of the `@ngrx` packages but you're welcome to use any state management library you see fit or just stateful services.
> [!TIP] Component Library
> We have included [@angular/material](https://material.angular.io/components/categories) but you're welcome to use any component library that suites your needs. Ex: [PrimeNG](https://primeng.org/installation)
> [!TIP]
> **Component Library** - We have included [@angular/material](https://material.angular.io/components/categories) but you're welcome to use any component library that suites your needs. Ex: [PrimeNG](https://primeng.org/installation)
## Getting Started

> [!CAUTION] DO NOT FORK THIS REPO
> Instead click the [Download Zip](https://github.com/crexi-dev/angular/archive/refs/heads/main.zip).
> [!CAUTION]
> **DO NOT FORK THIS REPO** - Instead click the [Download Zip](https://github.com/crexi-dev/angular/archive/refs/heads/main.zip).
* Install packages with `npm i`
* Serve the application using `npx nx run angular-task:serve`
Expand Down

0 comments on commit 2cbe971

Please sign in to comment.