Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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`