Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 646 Bytes

README.md

File metadata and controls

49 lines (31 loc) · 646 Bytes

NgRx golden sample

A golden sample app to showcase how to work with Ngrx v12.4.0 (Current stable version) and use it to build application.

Installation

Install app with npm

  npm install

Run Locally

Go to the project directory

  cd ngrx-sample-app

Install dependencies

  npm install

Start the server

  npm run start

Running Tests

To run tests, run the following command

  npm run test

API Reference

Jsonplaceholder API Documentation

Get all Users

  GET https://jsonplaceholder.typicode.com/users