Git Product home page Git Product logo

didactic-disco's Introduction

S3, Heroku, and Cloudfront Inspirational Boilerplate

Table of Contents

  1. Introduction
  2. Intended Use Cases
  3. Quick Setup
  4. Documentation
  5. Authors

Introduction

This is meant to be a quickstart/inspirational boiler plate to get your client application and server application hosted on S3 and Heroku.

With a few tweaks this starting point can be enhanced to accommodate:

  1. Multiple Single Page Application entry points
  2. Bootstrap or other client side vendor libraries
  3. Koa instead of Express 4.0
  4. PostgreSQL instead of Mongo
  5. Multiple environments

Intended Use Cases

Not every solution requires this much

What this solution is good for:

  • A single Git repo
  • Full stack development
  • JavaScript on the Frontend and Backend
  • Rapid local development environment
  • A project with little to no dedicated DevOps personnel
  • A set of defined/expected environments (example: dev, uat, demo, prod)

What this solution is not good for:

  • No API or Server side code necessary
  • Massive and Complex environment architectures

Quick Setup

  1. Install Node 0. Node.js information 0. npm is Node's companion package manager
  2. Install Git
  3. Install Mongoose and setup Local DB
    • npm install mongodb
  4. Clone the repo and checkout develop
    • git clone https://github.com/tonybergeron/didactic-disco.git
  5. Download/Update Dependencies
    • npm install
  6. Start Mongo Server (mongod)
    • mongod
  7. Build and serve application locally with npm
    • npm start
  8. Navigate to http://localhost:3001

Documentation

Here is some more documentation that will help guide you through how each area of the devops process is setup and what it is doing.

  1. Understanding Webpack
  2. Local DevOps Credential Setup
  3. Client Assets: Serving Static Files from S3
  4. Server Hosting: Setting Up Heroku
  5. Putting it all behind a Domain: Domains, SSL, and AWS Cloudfront
  6. Deploying App
  7. Tech

Authors

  1. Tony Bergeron Tony Bergeron
  2. Stephen Melnicki Stephen Melnicki

didactic-disco's People

Contributors

tonybergeron avatar

Stargazers

Adam McGovern avatar Brian Sokol avatar Sean avatar Corentin Leman avatar

Watchers

Ed Siok avatar James Cloos avatar Stephen Melnicki avatar  avatar

Forkers

silvestri

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.