Skip to content
This repository has been archived by the owner on Feb 18, 2020. It is now read-only.

jppope/clean-and-modern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A Clean And Modern Starter

mt hood

"Clean and Modern" is a boilerplate for making beautiful, quick, lean, tidy web applications. To accomplish this we stole the best development experiences available (Vue, Bulma, Koa, and Mongodb) and put them in one place. So pour yourself a glass of 18 year old scotch and build something epic.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them:

Clean and Modern uses Nodejs for execution and MongoDB for storage... so you'll be needing both

Install with home brew

#node
brew install node

# mongo
brew install mongodb

Installing

Other than node and mongo "Clean and Modern" contains almost everything you'll need to build out a service with a light front end.

Clone the repo

# clone the repo
git clone https://github.com/jppope/clean-and-modern.git
# Change Directories
cd clean-and-modern
# install
npm install # or yarn install

You can find configuration details located here:

/backend/config/env

if you want to hookup sendgrid for email verification (my default currently) add their env file to your backend directory. (what? You thought minimal meant no duct tape?)

# backend
npm run dev
# frontend
npm run dev

# sip your scotch for a moment

(I'll update the rest as people tell me where I forgot stuff)

Built With

  • Vue.js - The Progressive JavaScript Framework
  • Koa - A Next Generation Framework for Node.js
  • Bulma - CSS Framework based on Flexbox
  • Mongodb - #1 NoSQL datastore

Planned Improvements:

  • Nginx installation instructions for all that reverse proxy stuff
  • Docker integration
  • OAuth 2.0 w/ SSO
  • and other eventually broken promises.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

ChangeLog

  • Initial Commit - v0.0.01

Author

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments/ Thank You to the following People:

  • Evan You (Vuejs)
  • TJ Holowaychuk (Koa)
  • Jeremy Thomas (bulma)
  • Adrian Obelmejias (API boilerplate)
  • Daniel Supernault (Bulma template)
  • Mike Roth (API boilerplate/ Mentoring)
  • Steve House (Mentoring/ Code Review)
  • Eric Tucker (Mentoring/ Code Review)
  • Ray Carrender (Mentoring/ Code Review)
  • Chad Peppers (Code Review)

About

[Depreciated] A Clean and Modern Boilerplate based off of Vue, Bulma, Koa, and Mongo

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published