Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lookininward/ember-data-table-demo
Data Table component written in Ember.js (2020). Created for an interview, according to specifications of a hospitality software company.
https://github.com/lookininward/ember-data-table-demo
demo emberjs javascript qunit
Last synced: 26 days ago
JSON representation
Data Table component written in Ember.js (2020). Created for an interview, according to specifications of a hospitality software company.
- Host: GitHub
- URL: https://github.com/lookininward/ember-data-table-demo
- Owner: lookininward
- Created: 2020-03-12T17:25:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-03-22T18:13:40.000Z (over 4 years ago)
- Last Synced: 2024-10-03T12:23:23.289Z (about 1 month ago)
- Topics: demo, emberjs, javascript, qunit
- Language: JavaScript
- Homepage: https://suitepad-mx.firebaseapp.com/
- Size: 238 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# suitepad demo ember application
[Check out the demo](https://suitepad-mx.firebaseapp.com)### Prerequisites
* [Git](https://git-scm.com/)
* [Node.js](https://nodejs.org/) (with npm)
* [Ember CLI](https://ember-cli.com/)
* [Google Chrome](https://google.com/chrome/)### Installation
* `git clone `
* `cd suitepad`
* `npm install`### Running / Development
* `npm run start`
* app: [http://localhost:4200](http://localhost:4200).
* tests: [http://localhost:4200/tests](http://localhost:4200/tests).