Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhartington/devnexus
https://github.com/mhartington/devnexus
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mhartington/devnexus
- Owner: mhartington
- Created: 2015-02-16T00:45:46.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-12T16:50:08.000Z (almost 10 years ago)
- Last Synced: 2024-12-07T17:44:04.846Z (19 days ago)
- Language: JavaScript
- Size: 24.2 MB
- Stars: 2
- 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, gulp, and bower.
```bash
#windows
$ npm install -g ionic cordova gulp bower# osx and linux
$ sudo npm install -g ionic cordova gulp bower
```When that is complete, lets git clone this project and cd into it.
```bash
$ git clone https://github.com/mhartington/Devnexus.git$ cd Devnexus
```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)_