GithubHelp home page GithubHelp logo

isabella232 / idea-board Goto Github PK

View Code? Open in Web Editor NEW

This project forked from invoca/idea-board

0.0 0.0 0.0 1.53 MB

Base Project for GraphQL Workshop

Home Page: https://invoca-ideas.herokuapp.com

Ruby 64.48% JavaScript 25.80% CSS 0.98% HTML 7.88% SCSS 0.87%

idea-board's Introduction

Invoca Ideas Workshop Application

Welcome to the GraphQL Workshop application! This README includes directions on how to your development environment up and running.

Development Setup

1. Verify Base Libraries

We rely on the following base libraries/languages/tools:

  • Ruby 2.6 (or greater)
  • Node v10.15 (or greater)
  • sqlite3
  • yarn

Please ensure that you have the above installed before continuing.

2. Install Project Dependencies

The first step in starting development is to checkout the code locally, and install dependencies:

$ bundle install --without production
$ yarn install

Both should pass successfully (you can ignore warnings). Note Both will take a while the first time you run them! Please do so ahead of class!

3. Setup Database

We're using the ultra-simple sqlite database (as default with new rails projects). You'll need to get the schema loaded by running:

$ bundle exec rails db:setup

3.a If you loaded the schema but need sample data

$ bundle exec rails db:seed

4. Start the Application and Client Pack server

One two terminal tabs, we'll start two processes:

Tab 1: Rails Server

$ bundle exec rails server

Tab 2: Webpack Dev Server

$ bundle exec ./bin/webpack-dev-server

5. Celebrate!

You're ready to develop our sample app! ๐ŸŽ‰

idea-board's People

Contributors

aaronpanch avatar dependabot[bot] avatar emersonpriceiv 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.