Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 433 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 433 Bytes

TodoApp - NGXS

This project was created to serve as example for the article “Well Begin With NGXS” to show how NGXS works.

Run the app

From the root of the project, go to the "todo-app" directory:

cd todo-app/

Install the node modules:

npm install

Launch the application:

npm start

Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.