Skip to content

ryanponce/ember-baseball

Repository files navigation

Ember Styling

A simple Ember.js app for viewing and managing a baseball leage. There are 2 resources, teams and players. Both teams and players are able to be viewed, created, edited, and deleted.

Styling is done with a Tailwind CSS, a CSS framework for very fast development.

The data shown in the app is scaffolded out with Ember CLI Mirage.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd ember-baseball
  • npm install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Linting

  • npm run lint:js
  • npm run lint:js -- --fix

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Deployment instructions are coming soon.

Further Reading / Useful Links

About

An Ember web app for managing baseball teams

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published