https://github.com/ganatan/angular-react-modules
Angular 19 & React 18 Examples Modules
https://github.com/ganatan/angular-react-modules
angular14 angular16 angular17 angular18 angular19 bootstrap5 components eslint module modules react18 router-dom starter
Last synced: 2 months ago
JSON representation
Angular 19 & React 18 Examples Modules
- Host: GitHub
- URL: https://github.com/ganatan/angular-react-modules
- Owner: ganatan
- Created: 2019-12-15T05:08:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-25T06:35:40.000Z (6 months ago)
- Last Synced: 2025-04-05T01:22:32.546Z (3 months ago)
- Topics: angular14, angular16, angular17, angular18, angular19, bootstrap5, components, eslint, module, modules, react18, router-dom, starter
- Language: JavaScript
- Homepage:
- Size: 27.7 MB
- Stars: 29
- Watchers: 3
- Forks: 15
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular 19 & React 18 Examples Modules
it's part of a repo series designed
to create a **Web Application with Angular 19**
* Featuring [**Angular 19.0.5**](https://github.com/angular/angular/releases) & [**Angular CLI 19.0.6**](https://github.com/angular/angular-cli/releases/)
* See the [**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)
# [Angular Quick start](#angular-quick-start)
```bash
# choose a repo
# download the example or clone the repo from github
git clone https://github.com/ganatan/angular-react-modules.git# download the example or clone the repo from gitlab
git clone https://gitlab.com/ganatan/angular-react-modules.git# change directory
cd angular-react-modules
cd frontend-angular# install the repo with npm
npm install# start the server
npm start```
in your browser go to [http://localhost:4200](http://localhost:4200)# [React Quick start](#react-quick-start)
```bash
# choose a repo
# download the example or clone the repo from github
git clone https://github.com/ganatan/angular-react-modules.git# download the example or clone the repo from gitlab
git clone https://gitlab.com/ganatan/angular-react-modules.git# change directory
cd angular-react-modules
cd frontend-react# install the repo with npm
npm install# start the server
npm start```
in your browser go to [http://localhost:3000](http://localhost:3000)# [Angular Getting started](#angular-getting-started)
## Installation
* `npm install` (installing dependencies)
* `npm outdated` (verifying dependencies)## Development
* `npm run start`
* in your browser go to [http://localhost:4200](http://localhost:4200)## Production
* `npm run build`## Linter
* `npm run lint`## Tests
* `npm run test`
* `npm run coverage`# [React Getting started](#react-getting-started)
## Installation
* `npm install` (installing dependencies)
* `npm outdated` (verifying dependencies)## Development
* `npm run start`
* in your browser go to [http://localhost:3000](http://localhost:3000)## Production
* `npm run build`## Linter
* `npm run lint`## Tests
* `npm run test`
* `npm run coverage`### Author
* Author : danny### Documentation
English Tutorials
- Installation - https://www.ganatan.com/tutorials/bootstrap-with-angular
- Tutorials Step-by-Step - https://www.ganatan.com/tutorials/enTutoriels en français
- Installation - https://www.ganatan.com/tutorials/bootstrap-avec-angular
- Tutoriels Etape par étape - https://www.ganatan.com/tutorials