Git Product home page Git Product logo

acm-octane-workshop's Introduction

Interactive Workshop: Prototyping Apps with Ember Octane

The workshop was first presented at the Austin Code Mentorship on 2/1/2020.

The finished app shows a product listing

Description

When building your resume or competing in a hackathon, you need to be able to write a demo app in a short time. Unfortunately, you (and your team) may end up spending a lot of time on:

  • Defining a project structure
  • Finding a router and data store
  • Connecting the backend project with your frontend
  • Populating your app with data
  • Stopping components from leaking styles
  • Fixing bugs and regressions
  • Publishing your app online

Ember Octane helps you quickly solve these problems so that you can focus on what matters: delivering features and finishing your app on time.

Outcomes

The workshop will take 1 - 1.5 hours. By the end, you will be able to:

  • Use Ember CLI to create your app
  • Commit your code on GitHub
  • See what Ember recommends for project structure
  • Create routes and components
  • Use Sass + Ember CSS Modules to localize a component's styles
  • Use Ember Data + Mirage + Faker to mock API and manage data
  • Use QUnit DOM + Ember Test Selectors + Mirage to write application tests
  • Publish your app on Heroku

If time permits, you will be briefly introduced to:

  • Tailwind for prototyping styles
  • Publishing your app on GitHub Pages or Netlify
  • Tracked properties and element modifiers

Todos before the workshop

If you run into problems with these steps, feel free to contact Isaac (@ijlee2) on Discord.

1. Install Ember CLI

Please install Node (10.x or higher recommended) and Ember CLI on your machine.

$ npm install -g ember-cli

You can run ember --version to verify that your installation was successful. You will see an output similar to:

$ ember -v
ember-cli: 3.15.2
node: 12.14.1
os: darwin x64

2. Install Ember Inspector

Ember Inspector is a browser extension, a useful tool for debugging. It lets you interact with the Ember Data store, among many other things.

3. Create GitHub and Heroku accounts

We will push our code on GitHub and publish our app on Heroku. (Trivia: Heroku Dashboard is an Ember app.)

If time permits, I will point out how you can publish your app on GitHub Pages or Netlify.

4. IDE Plugins (optional)

If you use VS Code, there are official and many community-driven plugins for syntax highlight, auto-completion, etc. in Ember.

That said, feel free to use the editor that you feel most comfortable with. I will be using Sublime Text.

acm-octane-workshop's People

Contributors

ember-tomster avatar ijlee2 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  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.