angular-to-react-redux
Angular to React/Redux, a Guide for Angular v1 Experts Looking to Learn React/Redux
File Explorer
Download Latest Version (.zip)- ssn.filter.js
- tel.filter.js
- basic.info.controller.js
- basic.info.directive.js
- basic.info.view.html
- basic.module.js
- contact.info.controller.js
- contact.info.directive.js
- contact.info.view.html
- contact.module.js
- demographics.controller.js
- demographics.directive.js
- demographics.module.js
- demographics.view.html
- patient.controller.js
- patient.html
- patient.module.js
- patient.service.js
- app.module.js
- main.css
- index.html
- basic.info.controller.spec.js
- contact.info.controller.spec.js
- patient.service.spec.js
- .jshintrc
- karma.conf.js
- .bowerrc
- .editorconfig
- .gitattributes
- .gitignore
- .jscsrc
- .jshintrc
- .yo-rc.json
- bower.json
- Gruntfile.js
- package.json
- README.md
- compile.js
- dev-server.js
- environments.config.js
- karma.config.js
- project.config.js
- webpack.config.js
- robots.txt
- main.js
- CustomValidators.js
- Formatters.js
- FormsyDatePicker.js
- FormsyHiddenInput.js
- FormsyInput.js
- FormsyMaskedInput.js
- FormsySelect.js
- AppContainer.js
- CoreLayout.js
- CoreLayout.scss
- index.js
- BasicComponent.js
- ContactComponent.js
- PatientDemographicsComponent.js
- PatientDemographicsContainer.js
- index.js
- PatientModule.js
- index.js
- createStore.js
- location.js
- reducers.js
- _base.scss
- core.scss
- index.html
- main.js
- .eslintrc
- test-bundler.js
- test.spec.js
- .editorconfig
- .eslintignore
- .eslintrc
- .gitignore
- .travis.yml
- package.json
- postcss.config.js
- README.md
- webpack.config.js
- yarn.lock
- .gitignore
- .travis.yml
- LICENSE
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/GoTeamEpsilon/angular-to-react-redux
Downloads the entire project code from GitHub to your computer.
cd angular-to-react-redux
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
