The18thHuman / angular-react-starter

Angular 18 & React 18 & Node Examples App starter
0 stars 0 forks source link

Angular 18 , React 18 & Node Examples Starter

Ganatan Angular Example Demo it's part of a repo series designed to create a **Web Application with Angular 18** * Featuring [**Angular 18.2.1**](https://github.com/angular/angular/releases) & [**Angular CLI 18.2.1**](https://github.com/angular/angular-cli/releases/) * See the [**Angular Live demo**](#angular-live-demo), Test the repo with [**Quick start**](#angular-quick-start) and for more information Read the step by step [**Tutorial**](#angular-tutorial) or read the [**Getting started**](#angular-getting-started) to create a **Web Application with React 18** * Featuring [**React 18.3.1**](https://github.com/facebook/react/releases) & [**Create-react-app 5.0.1**](https://github.com/facebook/create-react-app/releases) to create a **Node Application with Express 4** * Featuring [**Express 4.19.2**](https://github.com/expressjs/express/releases)

Angular Live Demo

Here is a working Angular live demo : https://angular.ganatan.com

Angular 16 Example 
      Application

Angular Quick start

# choose a repo
# download the example or clone the repo from github
git clone https://github.com/ganatan/angular-react-starter.git

# download the example or clone the repo from gitlab
git clone https://gitlab.com/ganatan/angular-react-starter.git

# change directory
cd angular-react-starter
cd angular 

# install the repo with npm
npm install

# start the server
npm start

in your browser go to http://localhost:4200

React Quick start

# choose a repo
# download the example or clone the repo from github
git clone https://github.com/ganatan/angular-react-starter.git

# download the example or clone the repo from gitlab
git clone https://gitlab.com/ganatan/angular-react-starter.git

# change directory
cd angular-react-starter
cd react

# install the repo with npm
npm install

# start the server
npm start

in your browser go to http://localhost:3000

Node Quick start

# choose a repo
# download the example or clone the repo from github
git clone https://github.com/ganatan/angular-react-starter.git

# download the example or clone the repo from gitlab
git clone https://gitlab.com/ganatan/angular-react-starter.git

# change directory
cd angular-react-starter
cd node

# install the repo with npm
npm install

# start the server
npm start

in your browser go to http://localhost:5000

Angular Tutorial

Here is a step by step Tutorial : https://www.ganatan.com/tutorials/getting-started-with-angular

Demo example

Angular Getting started

Installation

Development

Production

Linter

Tests

React Getting started

Installation

Development

Production

Linter

Tests

Node Getting started

Installation

Development

Production

Linter

Tests

Author

Angular English Tutorials

Tutoriels Angular en français

Tutoriels React en français