clicker
Ionic 2 + @angular/cli Seed Project : Angular2 + Typescript + Karma + Protractor + Travis
File Explorer
Download Latest Version (.zip)- config.yml
- Dockerfile
- app.e2e-spec.ts
- clickerList.e2e-spec.ts
- page2.e2e-spec.ts
- tsconfig.e2e.json
- drawable-hdpi-icon.png
- drawable-ldpi-icon.png
- drawable-mdpi-icon.png
- drawable-xhdpi-icon.png
- drawable-xxhdpi-icon.png
- drawable-xxxhdpi-icon.png
- drawable-land-hdpi-screen.png
- drawable-land-ldpi-screen.png
- drawable-land-mdpi-screen.png
- drawable-land-xhdpi-screen.png
- drawable-land-xxhdpi-screen.png
- drawable-land-xxxhdpi-screen.png
- drawable-port-hdpi-screen.png
- drawable-port-ldpi-screen.png
- drawable-port-mdpi-screen.png
- drawable-port-xhdpi-screen.png
- drawable-port-xxhdpi-screen.png
- drawable-port-xxxhdpi-screen.png
- icon-1024.png
- icon-40.png
- icon-40@2x.png
- icon-40@3x.png
- icon-50.png
- icon-50@2x.png
- icon-60.png
- icon-60@2x.png
- icon-60@3x.png
- icon-72.png
- icon-72@2x.png
- icon-76.png
- icon-76@2x.png
- icon-83.5@2x.png
- icon-small.png
- icon-small@2x.png
- icon-small@3x.png
- icon.png
- icon@2x.png
- Default-568h@2x~iphone.png
- Default-667h.png
- Default-736h.png
- Default-Landscape-736h.png
- Default-Landscape@2x~ipad.png
- Default-Landscape@~ipadpro.png
- Default-Landscape~ipad.png
- Default-Portrait@2x~ipad.png
- Default-Portrait@~ipadpro.png
- Default-Portrait~ipad.png
- Default@2x~iphone.png
- Default@2x~universal~anyany.png
- Default~iphone.png
- icon.png
- icon.png.md5
- README.md
- splash.png
- splash.png.md5
- app.component.ts
- app.html
- app.module.ts
- app.scss
- app.spec.ts
- main.ts
- en.json
- zh-hans.json
- favicon.ico
- logo.png
- clickerButton.html
- clickerButton.spec.ts
- clickerButton.ts
- clickerForm.html
- clickerForm.spec.ts
- clickerForm.ts
- language-picker.scss
- languagePicker.html
- languagePicker.spec.ts
- languagePicker.ts
- components.module.ts
- index.ts
- click.spec.ts
- click.ts
- clicker.mock.ts
- clicker.spec.ts
- clicker.ts
- index.ts
- mocks.ts
- clickerList.html
- clickerList.scss
- clickerList.spec.ts
- clickerList.ts
- page2.html
- page2.scss
- page2.spec.ts
- page2.ts
- index.ts
- pages.module.ts
- translate.pipe.mock.ts
- clickers.mock.ts
- clickers.spec.ts
- clickers.ts
- index.ts
- mocks.ts
- storage.mock.ts
- storage.spec.ts
- storage.ts
- translate.mock.ts
- variables.scss
- declarations.d.ts
- index.html
- manifest.json
- polyfills.ts
- service-worker.js
- test.ts
- tsconfig.spec.json
- .angular-cli.json
- .editorconfig
- .gitignore
- appveyor.yml
- CHANGELOG.md
- config.xml
- ionic.config.json
- karma.conf.js
- LICENSE
- package-lock.json
- package.json
- protractor.conf.js
- README.md
- tsconfig.json
- tsconfig.ng-cli.json
- tslint.json
π Installation Guide
1. Get the code
git clone https://github.com/lathonez/clicker
Downloads the entire project code from GitHub to your computer.
cd clicker
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker build -f docker/Dockerfile -t clicker .
Builds a runnable image based on the Dockerfile.
docker run -p 8080:80 clicker
Runs the built image as an actual container.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
3. Node.js
EasyPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start # start the application (ionic serve)
Starts the development/run server.
npm test # run unit tests
Type this command into your terminal and run it.
npm run webdriver
Type this command into your terminal and run it.
npm run e2e
Type this command into your terminal and run it.
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)
