Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 855 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 855 Bytes

ihomer NX Workshop

This repository contains a simple todo application. It contains an Angular application for the frontend and an Express application for the backend. We use this repository to demonstrate the capabilities of Nx.

To see the final result, checkout the final branch.

Pre-requisites

Getting Started

Clone this repository and install the dependencies:

git clone https://github.com/IHomer/nx-workshop.git
cd nx-workshop
npm install

Running the application

To run the application, you need to start both the frontend and the backend. You can do this by running the following commands in two separate terminals:

npx nx run todo-api:serve
npx nx run todo-app:serve