ionic4-starter-app-tutorial
Ionic 4 To Do List App. FREE Ionic 4 example app. Learn how to start using Ionic 4 to create a simple app with lists, forms and navigation.
File Explorer
Download Latest Version (.zip)- app.e2e-spec.ts
- app.po.ts
- protractor.conf.js
- tsconfig.e2e.json
- home.module.ts
- home.page.html
- home.page.scss
- home.page.spec.ts
- home.page.ts
- new-item.module.ts
- new-item.page.html
- new-item.page.scss
- new-item.page.spec.ts
- new-item.page.ts
- update-item.module.ts
- update-item.page.html
- update-item.page.scss
- update-item.page.spec.ts
- update-item.page.ts
- item.service.spec.ts
- item.service.ts
- app-routing.module.ts
- app.component.html
- app.component.spec.ts
- app.component.ts
- app.module.ts
- favicon.png
- shapes.svg
- environment.prod.ts
- environment.ts
- variables.scss
- global.scss
- index.html
- karma.conf.js
- main.ts
- polyfills.ts
- test.ts
- tsconfig.app.json
- tsconfig.spec.json
- .gitignore
- angular.json
- ionic.config.json
- LICENSE
- package-lock.json
- package.json
- README.md
- tsconfig.json
- tslint.json
# Installation Guide
1. Get the code
git clone https://github.com/ionicthemes/ionic4-starter-app-tutorial
Downloads the entire project code from GitHub to your computer.
cd ionic4-starter-app-tutorial
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
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)
