This is a sample project to demonstrate how we can integrate React in existing old AngularJs project without affecting current development
To setup this project
-
Clone the repository
git clone https://github.com/om-prakash-sharma/react-in-angularJs
-
Go to cloned repository
cd ./react-in-angular
-
Install required dependency
npm i
- To run project
- use
npm start
- use
- To create build
- use
npm run build
- use