angular60
Angular in 60 minutes tutorial project
File Explorer
Download Latest Version (.zip)- about.component.html
- about.component.ts
- user.component.html
- user.component.ts
- posts.service.ts
- app.component.spec.ts
- app.component.ts
- app.module.ts
- app.routing.ts
- main.ts
- app.e2e-spec.ts
- .editorconfig
- .gitignore
- .travis.yml
- CHANGELOG.md
- favicon.ico
- index.html
- karma-test-shim.js
- karma.conf.js
- LICENSE
- package.json
- protractor.config.js
- README.md
- styles.css
- systemjs.config.extras.js
- systemjs.config.js
- tsconfig.json
- tslint.json
# Installation Guide
1. Get the code
git clone https://github.com/bradtraversy/angular60
Downloads the entire project code from GitHub to your computer.
cd angular60
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.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
