Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhartington/devnexus2016
https://github.com/mhartington/devnexus2016
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mhartington/devnexus2016
- Owner: mhartington
- Created: 2016-02-16T15:51:15.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-16T19:26:09.000Z (almost 9 years ago)
- Last Synced: 2024-12-07T17:44:04.868Z (19 days ago)
- Language: TypeScript
- Size: 2.56 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Devnexus
This is a sample presentation for Devnexus, pulling information from the site such as a list of speakers and presentations.
### Setup
What you will need:
- [node.js](https://nodejs.org/)
- [git](http://git-scm.com/)
- [Android SDK](http://developer.android.com/sdk/index.html)
- [iOS SDK](https://developer.apple.com/xcode/) (_for osx only_)You can start by installing ionic, cordova, and webpack
```bash
#windows
$ npm install -g ionic@beta cordova webpack# osx and linux
$ sudo npm install -g ionic@beta cordova webpack
```When that is complete, lets git clone this project and cd into it.
```bash
$ git clone https://github.com/mhartington/Devnexus2016.git$ cd Devnexus2016
```Now let's install some build tools we'll need.
```bash
$ npm install
```And then start a live reload server
```
$ ionic serve
```Happy Hacking
_Made with ♥ by [mhartington](https://twitter.com/mhartington)_