The Wayback Machine - https://web.archive.org/web/20201017104932/https://github.com/nimjetushar/angularjs-react
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

AngularJs + React + Webpack

Website
Build Status Codacy Badge Dependabot Status
StackShare GitHub pull requests

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

GitHub license

You can’t perform that action at this time.