Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kennstenicht/portfolio-frontend
https://github.com/kennstenicht/portfolio-frontend
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kennstenicht/portfolio-frontend
- Owner: kennstenicht
- Created: 2017-12-21T17:13:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-01T09:51:35.000Z (6 months ago)
- Last Synced: 2024-10-11T11:18:42.200Z (3 months ago)
- Language: TypeScript
- Size: 4.17 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# portfolio
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.
* [Git](https://git-scm.com/)
* [Node.js](https://nodejs.org/)
* [Yarn](https://yarnpkg.com/)
* [Ember CLI](https://cli.emberjs.com/release/)
* [Google Chrome](https://google.com/chrome/)## Installation
* `git clone ` this repository
* `cd portfolio`
* `npm install`## Running / Development
* `ember serve`
* 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
* `ember test`
* `ember test --server`### Linting
* `yarn lint`
* `yarn lint:fix`### Building
* `ember build` (development)
* `ember build --environment production` (production)### Deploying
Specify what it takes to deploy your app.
## Further Reading / Useful Links
* [ember.js](https://emberjs.com/)
* [ember-cli](https://cli.emberjs.com/release/)
* Development Browser Extensions
* [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi)
* [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/)