Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/f00b4r/2016-codecamp
:phone: CodeCamp 2016 - Hybrid Application (Ionic / React Native)
https://github.com/f00b4r/2016-codecamp
codecamp ionic mobile
Last synced: 28 days ago
JSON representation
:phone: CodeCamp 2016 - Hybrid Application (Ionic / React Native)
- Host: GitHub
- URL: https://github.com/f00b4r/2016-codecamp
- Owner: f00b4r
- Created: 2016-03-21T19:25:57.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-26T10:37:24.000Z (almost 9 years ago)
- Last Synced: 2024-11-14T06:32:06.863Z (3 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`