This repository contains a fullstack web application with separate frontend and backend services. It includes:
A live demo is available at https://angular.ganatan.com.
To get started with the Angular frontend: # Clone the repository
git clone https://github.com/ganatan/angular-app.git
cd angular-app/frontend-angular
# Install dependencies and start the development server
npm install
npm startVisit http://localhost:4200 in your browser.
To run the Angular application in Docker: # Build Docker image
docker build -t angular-starter:1.0.0 .
# Run Docker container
docker run -d -p 4000:4000 angular-starter:1.0.0Visit http://localhost:4000 in your browser. To get started with the JavaScript backend: # Navigate to the backend directory
cd angular-app/backend-node-javascript
# Install dependencies and start the development server
npm install
npm startVisit http://localhost:9000 in your browser.
To get started with the TypeScript backend: # Navigate to the backend directory
cd angular-app/backend-node-typescript
# Install dependencies and start the development server
npm install
npm startVisit http://localhost:9000 in your browser.
For step-by-step tutorials and more information:
|
Ajunboys/angular-app
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Releases
No releases published
Languages
- JavaScript 45.0%
- HTML 28.6%
- TypeScript 19.8%
- CSS 6.6%
English
Français
