https://github.com/nowdoc/2016-codecamp
:phone: CodeCamp 2016 - Hybrid Application (Ionic / React Native)
https://github.com/nowdoc/2016-codecamp
codecamp ionic mobile
Last synced: 7 months ago
JSON representation
:phone: CodeCamp 2016 - Hybrid Application (Ionic / React Native)
- Host: GitHub
- URL: https://github.com/nowdoc/2016-codecamp
- Owner: nowdoc
- Created: 2016-03-21T19:25:57.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-26T10:37:24.000Z (almost 10 years ago)
- Last Synced: 2025-02-23T00:47:19.030Z (12 months ago)
- Topics: codecamp, ionic, mobile
- Language: JavaScript
- Homepage:
- Size: 14.9 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CodeCamp 2016
## Dockerfile
```sh
docker run \
-it \
-d \
-v /path/to/your/app:/data \
--name codecamp \
f3l1x/codecamp
```
Great and simple docker container based on Debian Jessie with pre-configured services.
**Services**
- nodejs 5.x
- npm
- ionic
- cordova
- gulp
## Homeworks
## 01
`Install Android SDK, NodeJS, Gulp etc..`
### [02](https://github.com/f3l1x/codecamp16/tree/master/02)
`Simple ionic creator`
### [03](https://github.com/f3l1x/codecamp16/tree/master/03)
`Easy-to-use movie list`
### [04](https://github.com/f3l1x/codecamp16/tree/master/04)
`Simple REST API from themoviedb, infinite scrolling`