https://github.com/michaelchadwick/ember-remember-stuff
Test site to learn about EmberJS.
https://github.com/michaelchadwick/ember-remember-stuff
emberjs homepage tutorial
Last synced: 5 months ago
JSON representation
Test site to learn about EmberJS.
- Host: GitHub
- URL: https://github.com/michaelchadwick/ember-remember-stuff
- Owner: michaelchadwick
- License: mit
- Created: 2024-05-15T18:15:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-05T15:45:21.000Z (5 months ago)
- Last Synced: 2025-02-06T01:34:59.288Z (5 months ago)
- Topics: emberjs, homepage, tutorial
- Language: JavaScript
- Homepage: https://mc-emberjs-remember-stuff.netlify.app
- Size: 3.89 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# RemEmber Stuff Test Site

[](https://codeclimate.com/github/michaelchadwick/ember-remember-stuff)
[](https://codeclimate.com/github/michaelchadwick/ember-remember-stuff/coverage)
[](https://app.netlify.com/sites/mc-emberjs-remember-stuff/deploys)Test app to learn about [Ember Core Concepts](https://guides.emberjs.com/release/components/).
## Prerequisites
You will need the following things properly installed on your computer.
- [Git](https://git-scm.com/)
- [Node.js](https://nodejs.org/) (with npm)
- [Ember CLI](https://cli.emberjs.com/release/)
- [PNPM](https://pnpm.io/installation)
- [Web browser](https://browser-update.org/browsers.html)## Installation
- `git clone ` this repository
- `cd remember-stuff`
- `pnpm install`## Running / Development
- `pnpm run start`
- Visit your app at [http://localhost:4200](http://localhost:4200).
- Visit your tests at [http://localhost:4200/tests](http://localhost:4200/tests).### Code Generators
Make use of the many generators for code, try `ember help generate` for more details
### Running Tests
- `pnpm run test`
- `pnpm run test:ember -- --server`#### Get Code Coverage For Tests
- `COVERAGE=true pnpm run test`
### Linting
- `pnpm run lint`
- `pnpm run lint:hbs`
- `pnpm run lint:css`
- `pnpm run lint:js`
- `pnpm run lint:js --fix`### Building
- `pnpm --filter frontend exec ember build` (development)
- `pnpm --filter frontend exec ember build --environment production` (production)### Deploying
Currently being built on [Netlify](https://mc-emberjs-remember-stuff.netlify.app). Re-deploys on pushes to master.
### Notable Dependencies
- [Ember CLI Head](https://www.npmjs.com/package/ember-cli-head)
- [Ember CLI Sass](https://www.npmjs.com/package/ember-cli-sass)
- [Ember CLI Truth Helpers](https://www.npmjs.com/package/ember-truth-helpers)
- [Ember Concurrency](https://ember-concurrency.com)
- [Fontawesome](https://www.npmjs.com/package/@fortawesome/ember-fontawesome)
- [Husky](https://github.com/typicode/husky)### Credits
- [SVG Backgrounds](https://www.svgbackgrounds.com/set/free-svg-backgrounds-and-patterns/)