https://github.com/nimjetushar/angularjs-react
Angularjs integration with react
https://github.com/nimjetushar/angularjs-react
angular-react angularjs bable enzime es6-javascript html jest lazy-loading reactjs scss ui-router webpack
Last synced: 3 months ago
JSON representation
Angularjs integration with react
- Host: GitHub
- URL: https://github.com/nimjetushar/angularjs-react
- Owner: nimjetushar
- License: apache-2.0
- Created: 2018-10-02T08:36:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-02T00:07:25.000Z (almost 4 years ago)
- Last Synced: 2025-02-25T08:44:39.510Z (3 months ago)
- Topics: angular-react, angularjs, bable, enzime, es6-javascript, html, jest, lazy-loading, reactjs, scss, ui-router, webpack
- Language: JavaScript
- Homepage: https://nimjetushar.github.io/angularjs-react/
- Size: 3.83 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 50
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AngularJs + React + Webpack
[](https://nimjetushar.github.io/angularjs-react/)
[](https://semaphoreci.com/nimjetushar/angularjs-react)
[](https://www.codacy.com/app/tushar/angularjs-react?utm_source=github.com&utm_medium=referral&utm_content=nimjetushar/angularjs-react&utm_campaign=Badge_Grade)
[](https://dependabot.com)
[](https://stackshare.io/nimjetushar/angularjs-react)
Angularjs integration with react
This sample demonstrates the web application using AngularJs framework where React is used to render the UI and Webpack is used to build the application.
This sample will also help with adding react into your existing angularjs code.
## Sample consist of following :-
- AngularJs
- React
- Javascript ES6
- SCSS
- HTML
- UI Router with lazy-loading
- Webpack
- Babel
- jest## Start development server
```
npm start
```## Create build
```
npm run build
```## Run unit test
```
npm run test
```
Uses jest snapshot feature for react components plus react component unit testing and basic functional testing for angular function's.## Licence
[](https://github.com/nimjetushar/angularjs-react/blob/master/LICENSE)