{"id":15674014,"url":"https://github.com/nickschot/ember-lux-starter-app","last_synced_at":"2025-05-06T22:48:55.947Z","repository":{"id":148199423,"uuid":"86837144","full_name":"nickschot/ember-lux-starter-app","owner":"nickschot","description":"A quick Ember + Lux boilerplate with authentication.","archived":false,"fork":false,"pushed_at":"2017-10-27T14:54:26.000Z","size":141,"stargazers_count":15,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-06T22:48:42.695Z","etag":null,"topics":["ember","lux","semantic-ui","starter-app"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nickschot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-31T16:03:54.000Z","updated_at":"2024-05-30T03:04:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"f77e26ce-9656-43ca-aa9c-b907e7b16df5","html_url":"https://github.com/nickschot/ember-lux-starter-app","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickschot%2Fember-lux-starter-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickschot%2Fember-lux-starter-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickschot%2Fember-lux-starter-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickschot%2Fember-lux-starter-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nickschot","download_url":"https://codeload.github.com/nickschot/ember-lux-starter-app/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252782459,"owners_count":21803380,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ember","lux","semantic-ui","starter-app"],"created_at":"2024-10-03T15:43:24.766Z","updated_at":"2025-05-06T22:48:55.927Z","avatar_url":"https://github.com/nickschot.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ember + Lux Starter App\r\n\r\nThis app serves as basic boilerplate for an [Ember](https://emberjs.com) + [Lux](https://github.com/postlight/lux) application.\r\n\r\n## Features\r\n### Authentication\r\nBasic authentication via [JWT](https://jwt.io) is provided. [Ember-simple-auth](https://github.com/simplabs/ember-simple-auth) and [ember-simple-auth-token](https://github.com/jpadilla/ember-simple-auth-token) are used in the client. By default a token is valid for 30 minutes or 7 days when \"remember me\" is ticked on login. These values can be customized in `server/app/utils/constants`.\r\n\r\n### Models\r\nA single User model with basic attributes is present in both the server and the client.\r\n\r\n### Semantic UI\r\n[Semantic UI](https://semantic-ui.com/) is available in this package. It is only partially imported by default to keep the file size down. You can change which components you want to import in app/styles/semantic-ui.less.\r\n\r\n\u003e #### Note\r\n\u003e In the current iteration it is necessary to restart ember-cli (`ember serve`) after changing the `app/styles/theme.config` file. This will copy the edited theme file to the correct location: `bower_components/semantic-ui/src/theme.confg`.\r\n\r\n---\r\n\r\n## Setup\r\nThe repository contains two folders: client and server. These each serve as the root of their respective applications. Below are instructions to setup both and get the complete application running.\r\n\r\n### Server\r\n\r\n- Create a `server/.env` file with `JWT_SECRET=SomeImpossibleSecret`\r\n- Globally install Lux by running `npm install -g lux-framework`\r\n- Install dependencies by running `npm install`\r\n- Create, migrate and seed an sqlite database by running `lux db:create \u0026\u0026 lux db:migrate \u0026\u0026 lux db:seed`\r\n- Start the development server by running `npm run dev`\r\n\r\n### Client\r\n\r\n- Globally install ember-cli by running `npm install -g ember-cli`\r\n- Install dependencies by running `npm install \u0026\u0026 bower install`\r\n- Start the application by running `ember s`\r\n\r\nYou can now visit the application by going to \u003chttp://localhost:4200\u003e.\r\n\r\n---\r\n\r\nFor further documentation please consult the [Ember](https://emberjs.com) and [Lux](https://github.com/postlight/lux) websites.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickschot%2Fember-lux-starter-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnickschot%2Fember-lux-starter-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickschot%2Fember-lux-starter-app/lists"}