bhsiung / simple-interval

workout interval timer pwa with ember.js

Home Page:http://simpleinterval.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tabata

This README outlines the details of collaborating on this Ember application. A short introduction of this app could easily go here.

Prerequisites

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

Installation

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

Running / Development

Serve

  • ember build && node scripts/server.js
  • server will be output to port 4000, requires a reverse proxy (nginx)
  • Visit your app at http://localhost.

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:hbs
  • npm run lint:js
  • npm run lint:js -- --fix

Building

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

Deploying

Specify what it takes to deploy your app.

TODOs

  • storybook
  • svg
  • pwa
  • redux
  • audio
  • fastboot
  • css module

Further Reading / Useful Links

About

workout interval timer pwa with ember.js

http://simpleinterval.com


Languages

Language:CSS 78.9%Language:JavaScript 14.3%Language:HTML 6.8%