Giter Site home page Giter Site logo

boards-web's Introduction

blimp-boards-web

Blimp Boards frontend for the web client.

Dependencies

$ npm install -g brunch gulp scaffolt bower

Install

$ git clone [email protected]:GetBlimp/boards-web.git
$ cd boards-web
$ npm install
$ bower install

Run

$ brunch w -s

Tests

$ gulp test

Generators

scaffolt view <name>
    → app/views/name.js
    → test/views/name-test.js

scaffolt formView <name>
    → app/views/name.js
    → test/views/name-test.js

scaffolt collectionView <name>
    → app/views/name.js
    → test/views/name-test.js
    → app/collections/name.js
    → test/collections/name-test.js
    → app/models/name.js
    → test/models/name-test.js

scaffolt model <name>
    → app/models/name.js
    → test/models/name-test.js

scaffolt collection <name>
    → app/models/name.js
    → test/models/name-test.js
    → app/collections/name.js
    → test/collections/name-test.js

scaffolt style <name>
    → app/views/styles/name.styl

scaffolt template <name>
    → app/views/templates/name.hbs

Deploying to s3

$ gulp deploy

To deploy static files to s3 you need to have an .env file in your root with the following:

STAGING_AWS_S3_BUCKET_NAME=YOUR_S3_BUCKET_NAME
STAGING_AWS_S3_SECRET_ACCESS_KEY=YOUR_S3_SECRET_ACCESS_KEY
STAGING_AWS_S3_ACCESS_KEY_ID=YOUR_S3_ACCESS_KEY_ID
PRODUCTION_AWS_S3_BUCKET_NAME=YOUR_S3_BUCKET_NAME
PRODUCTION_AWS_S3_SECRET_ACCESS_KEY=YOUR_S3_SECRET_ACCESS_KEY
PRODUCTION_AWS_S3_ACCESS_KEY_ID=YOUR_S3_ACCESS_KEY_ID

TODO

  • Tests.
  • Documentation.

boards-web's People

Contributors

elving avatar gcollazo avatar jpadilla avatar

Watchers

 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.