Giter VIP home page Giter VIP logo

gillz-n-skillz's Introduction

##Gillz N Skillz

Plan your next fishing adventure with Gillz N Skillz.

A fishing app built with React, Loopback and MongoDB.

Deployed to the interwebs with Heroku magic following the steps below:

HEROKU DEPLOYMENT LOOPBACK (This is important because Georgie Kirschner created amazing instructions for a complicated deployment, now made easy breezy!) Follow these steps to deploy your app to Heroku. Perform these steps on the master branch with your latest working code from the main develop branch.

  1. “npm install -g strongloop”
  2. Make sure you have the Heroku toolbelt installed https://devcenter.heroku.com/articles/heroku-cli
  3. Create a file in the root called “Procfile”
  4. Enter following line to the new Procfile “web: slc run”
  5. Login to heroku on the command line with “heroku login” (Heroku account require, create one if you haven’t yet)
  6. Run “heroku apps:create --buildpack https://github.com/strongloop/strongloop-buildpacks.git”
  7. Duplicate “server/config.json” file to “server/config.production.json”
  8. Change the port value in the server/config.production.json to 80
  9. Comment out “/build” by using a pound sign “#/build” in the “client/.gitignore” file
  10. Update the “files” value in the “server/middleware.json” to “files”: { “loopback#static”: { “params”: “$!../client/build” } },
  11. Add “files”: {} to the “server/middleware.development.json” file
  12. Run “npm run build” in the client folder
  13. Commit and push all changes to the master branch
  14. Run “git push heroku master” (this will take a few minutes to finish)
  15. Run “heroku open” once the deployment is finished Note: You may need to comment out the server code in root.js on initial deployment to pull front end vs. back end. If everything went according to plan you should see your working app via a live herokuapp.com URL

gillz-n-skillz's People

Contributors

ed42311 avatar emilyyost avatar georgiekirschner avatar jillmartin avatar sirimt avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.