Skip to content

IHomer/nx-workshop

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published