Test app to learn about Ember Core Concepts.
You will need the following things properly installed on your computer.
- Git
- Node.js (with npm)
- Ember CLI
- PNPM
- Web browser
git clone <repository-url>
this repositorycd remember-stuff
pnpm install
pnpm run start
- Visit your app at http://localhost:4200.
- Visit your tests at http://localhost:4200/tests.
Make use of the many generators for code, try ember help generate
for more details
pnpm run test
pnpm run test:ember -- --server
COVERAGE=true pnpm run test
pnpm run lint
pnpm run lint:hbs
pnpm run lint:css
pnpm run lint:js
pnpm run lint:js --fix
pnpm --filter frontend exec ember build
(development)pnpm --filter frontend exec ember build --environment production
(production)
Currently being built on Netlify. Re-deploys on pushes to master.