Skip to content

appception/appception

Repository files navigation

Appception

Appception is a web app generator. It allows you to forget about complicated setup and start coding your web app now.

Starting a new application, juggling web, terminal, and text interfaces, is confusing and tedious and frustrating. Appception replaces that experience with a turnkey solution that creates a working, deployed app from nothing fast.

Really fast.

Table of Contents

  1. Usage
  2. Requirements
  3. Development
    1. Installing Dependencies
    2. Tasks
  4. Team
  5. Contributing

Usage

If you want to use Appception, we recommend you check out the Appception website. You'll need a GitHub account to log in.

Once you log in, you'll see a list of your current GitHub projects. You can select a project/branch or create a new project using one of our generators.

Either way, you're going to end up the file editor! From there just make changes, save, and commit. Easy!

Oh! Did we mention that your project will be automatically deployed on GitHub or Heroku?!

Requirements

  • Node 0.10.x
  • Bower 1.3.x

All other dependencies are installed with npm, bower, or grunt.

Development

We're honored you'd like to help! Please check out Contributing.

Installing Dependencies

From within the root directory:

sudo npm install -g bower
npm install
bower install

Roadmap

View the project roadmap on waffle.io.

Team

  • Wai-Yin Kwan: Scrum Master
  • Aaron Melocik: Development
  • Kelly Walker: Product Owner

Contributing

See CONTRIBUTING.md for contribution guidelines.