Felix Diemar 1855f50d0d presentation version | 4 years ago | |
---|---|---|
app | 4 years ago | |
config | 4 years ago | |
public/api | 4 years ago | |
tests | 4 years ago | |
vendor | 4 years ago | |
.editorconfig | 4 years ago | |
.ember-cli | 4 years ago | |
.eslintignore | 4 years ago | |
.eslintrc.js | 4 years ago | |
.gitignore | 4 years ago | |
.template-lintrc.js | 4 years ago | |
.travis.yml | 4 years ago | |
.watchmanconfig | 4 years ago | |
README.md | 4 years ago | |
ember-cli-build.js | 4 years ago | |
jsconfig.json | 4 years ago | |
package-lock.json | 4 years ago | |
package.json | 4 years ago | |
testem.js | 4 years ago |
This README outlines the details of collaborating on this Ember application. A short introduction of this app could easily go here.
You will need the following things properly installed on your computer.
git clone <repository-url>
this repositorycd einkaufszettel
npm install
ember serve
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server
npm run lint:hbs
npm run lint:js
npm run lint:js -- --fix
ember build
(development)ember build --environment production
(production)Specify what it takes to deploy your app.