Skip to content

Instantly share code, notes, and snippets.

View christopher-nemeth's full-sized avatar

Christopher Nemeth christopher-nemeth

  • Lone Wolf Technologies
  • New Jersey, USA
View GitHub Profile
@christopher-nemeth
christopher-nemeth / react-native-setup-with-expo.md
Last active June 25, 2018 15:46
React Native setup with expo, react navigation, and native base

Setup

  1. Install react native globally.
  • npm install -g create-react-native-app
  1. Create your app.
  • create-react-native-app my-app
  1. CD into your newly created app.

  2. Download "Expo Client" from the app store if you want to run the development evnironment on your phone.

@christopher-nemeth
christopher-nemeth / react-native-setup-with-xcode.md
Last active June 24, 2018 19:04
React native setup with Xcode

Getting started

  1. Make sure you have these all up to date + the latest version of xcode: brew update brew install node brew install watchman

  2. Next, run the react native cli interface: npm install -g react-native-cli

  3. Create your project and cd into the new app directory:

@christopher-nemeth
christopher-nemeth / capstone-propoasl.md
Last active June 22, 2018 17:16
Capstone Proposal

Project Description

"unWINEd" Is a mobile app where users can keep track of the wines they've tried.

Problem Statement

It's fairly difficult getting into the wine scene. There are almost too many options out there, and while you can research what certain wines are supposed to taste like, it would be hard to remember what wines you've actually tried and enjoyed. Unless you're in a wine group or have a connection that can make recommendations, a lot of it is trial and error.

Solution

@christopher-nemeth
christopher-nemeth / gist:202f74d0439cd28d505178fd93cfea8b
Last active June 4, 2018 17:04
Gitignore global set up and adding gitignore file

Install this globally:

  • npm install gitignore -g

In your project run:

  • gitignore node
@christopher-nemeth
christopher-nemeth / deploy-full-stack-apps.md
Last active May 9, 2018 21:03
Deploy Full Stack Apps with Firebase and Heroku

Static Site Deployment

Sidenote: This assumes that user has firebase and heroku installed and has accounts for both services. And assumes that you have the server and client files.

These instructions will lead you through how to deploy a full stack website with a client deployed on Firebase and a server on Heroku.

1. Client (Front-end) Instructions

  1. Change into your client directory, where your client app files live.
@christopher-nemeth
christopher-nemeth / knex-checklist-with-notes.md
Last active June 4, 2018 18:56
Knex - Crud API - Notes

Node.js Express JSON API - CRUD Stickers

We'll be using:

  • Postgres for our database

  • knex.js for our database migrations, seeds and queries.

  • express.js for our JSON routes

  • Mocha, Chai and SuperTest to test our routes

  • Prerequisites (Mac OS Commands)

    • Latest version of Node.js

Galvanize Eats Pairing Day

Today you will be practicing pair programming and working through a list of user stories to create a web application! Below are the links you will need to complete this project.

Setup

Sign up for an account on Pivotal Tracker:

Pivotal Tracker