angular-ngrx-socket-frontend
Angular Ngrx Socket.IO Example
File Explorer
Download Latest Version (.zip)- app.e2e-spec.ts
- app.po.ts
- tsconfig.e2e.json
- note-item.component.css
- note-item.component.html
- note-item.component.spec.ts
- note-item.component.ts
- note.ts
- shared.module.ts
- socket.service.spec.ts
- socket.service.ts
- ui.actions.ts
- ui.reducer.ts
- index.ts
- note-list.component.css
- note-list.component.html
- note-list.component.spec.ts
- note-list.component.ts
- notes.service.spec.ts
- notes.service.ts
- notes.actions.ts
- notes.effects.ts
- notes.reducer.spec.ts
- notes.reducer.ts
- index.ts
- notes-routing.module.ts
- notes.module.ts
- app-routing.module.ts
- app.component.html
- app.component.spec.ts
- app.component.ts
- app.module.ts
- .gitkeep
- environment.prod.ts
- environment.ts
- favicon.ico
- index.html
- main.ts
- polyfills.ts
- styles.css
- test.ts
- tsconfig.app.json
- tsconfig.spec.json
- typings.d.ts
- .angular-cli.json
- .editorconfig
- .gitignore
- karma.conf.js
- LICENSE.md
- package-lock.json
- package.json
- protractor.conf.js
- README.md
- tsconfig.json
- tslint.json
# Installation Guide
1. Get the code
git clone https://github.com/avatsaev/angular-ngrx-socket-frontend
Downloads the entire project code from GitHub to your computer.
cd angular-ngrx-socket-frontend
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)
