{"id":17699953,"url":"https://github.com/anistark/neptune","last_synced_at":"2026-05-05T12:33:06.950Z","repository":{"id":73065393,"uuid":"101489682","full_name":"anistark/neptune","owner":"anistark","description":"Angular+Webpack Boilerplate","archived":false,"fork":false,"pushed_at":"2017-09-29T04:53:10.000Z","size":2013,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-03-29T21:08:03.900Z","etag":null,"topics":["angular","angular2","angularjs","neptune","typedoc","webpack"],"latest_commit_sha":null,"homepage":"https://anistark.github.io/neptune","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anistark.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-08-26T14:06:40.000Z","updated_at":"2026-02-13T18:36:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"6bc91d0b-ab08-4675-a685-37c1a93e90ed","html_url":"https://github.com/anistark/neptune","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/anistark/neptune","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anistark%2Fneptune","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anistark%2Fneptune/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anistark%2Fneptune/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anistark%2Fneptune/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anistark","download_url":"https://codeload.github.com/anistark/neptune/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anistark%2Fneptune/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32649564,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["angular","angular2","angularjs","neptune","typedoc","webpack"],"created_at":"2024-10-24T17:08:10.129Z","updated_at":"2026-05-05T12:33:06.926Z","avatar_url":"https://github.com/anistark.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Neptune][documentationLink]\n\n### install the dependencies with npm\n$ npm install\n\n### start the server\n$ npm start\n\n```\n[http://localhost:8080](http://localhost:8080)\n```\n\nAs an alternative, you can work using Hot Module Replacement (HMR):\n\n* `npm run start:hmr`\n\nAnd you are all set! You can now modify your components on the fly without having to reload the entire page.\n\n## Testing\n\n#### 1. Unit Tests\n\n* single run: `npm test`\n* live mode (TDD style): `npm run test-watch`\n\n#### 2. End-to-End Tests (aka. e2e, integration)\n\n* single run:\n  * in a tab, *if not already running!*: `npm start`\n  * in a new tab: `npm run webdriver-start`\n  * in another new tab: `npm run e2e`\n* interactive mode:\n  * instead of the last command above, you can run: `npm run e2e-live`\n  * when debugging or first writing test suites, you may find it helpful to try out Protractor commands without starting up the entire test suite. You can do this with the element explorer.\n  * you can learn more about [Protractor Interactive Mode here](https://github.com/angular/protractor/blob/master/docs/debugging.md#testing-out-protractor-interactively)\n\n## Production\n\nTo build your application, run:\n\n* `npm run build`\n\nYou can now go to `/dist` and deploy that to your server!\n\nPush the dist folder to gh-pages branch:\n\n* `git subtree push --prefix dist origin gh-pages`\n\n## Documentation\n\nYou can generate api docs (using [TypeDoc](http://typedoc.org/)) for your code with the following:\n\n* `npm run docs`\n\n\n#### How to include external angular libraries ?\n\nIt's simple, just install the lib via npm and import it in your code when you need it. Don't forget that you need to configure some external libs in the [bootstrap](https://github.com/preboot/angular-webpack/blob/master/src/main.ts) of your application.\n\n#### How to include external css files such as bootstrap.css ?\n\nJust install the lib and import the css files in [vendor.ts](https://github.com/preboot/angular-webpack/blob/master/src/vendor.ts). For example this is how to do it with bootstrap:\n\n```sh\nnpm install bootstrap@next --save\n```\n\nAnd in [vendor.ts](https://github.com/preboot/angular-webpack/blob/master/src/vendor.ts) add the following:\n\n```ts\nimport 'bootstrap/dist/css/bootstrap.css';\n```\n\nSources :\n - https://github.com/preboot/angular-webpack\n\n# License\n\n[MIT](/LICENSE)\n\n[documentationLink]: https://anistark.github.io/neptune\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanistark%2Fneptune","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanistark%2Fneptune","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanistark%2Fneptune/lists"}