starter-kit

:package: Angular 7+ starter kit for enterprise-grade projects

Github星跟踪图

ngX Starter Kit

Web project starter kit including modern tools and workflow based on
angular-cli, best practices from the community, a scalable base template and
a good learning base.

Generated using ngX-Rocket.

Benefits

  • Quickstart a project in seconds and focus on features, not on frameworks or tools

  • Industrial-grade tools, ready for usage in a continuous integration environment and DevOps

  • Scalable architecture with base app template including example components, services and tests

Getting started

  1. Go to project folder and install dependencies:
npm install
  1. Launch development server, and open localhost:4200 in your browser:
npm start

Project structure

dist/                        compiled version
docs/                        project docs and coding guides
e2e/                         end-to-end tests
src/                         project source code, - app/                      app components, - core/                  core module (singleton services and single-use components), - shared/                shared module  (common components, directives and pipes), - app.component.*        app root component (shell), - app.module.ts          app root module definition, - app-routing.module.ts  app routes, +- ...                    additional modules and components, - assets/                   app assets (images, fonts, sounds...), - environments/             values for various build environments, - theme/                    app global scss variables and theme, - translations/             translations files, - index.html                html entry point, - main.scss                 global style entry point, - main.ts                   app entry point, - polyfills.ts              polyfills needed by Angular
+- test.ts                   unit tests entry point
reports/                     test and coverage reports
proxy.conf.js                backend proxy configuration

Main tasks

Task automation is based on NPM scripts.

Tasks, Description
------------------------------, ---------------------------------------------------------------------------------------
npm start, Run development server on http://localhost:4200/
npm run build [-- --env=prod], Lint code and build app for production in dist/ folder
npm test, Run unit tests via Karma in watch mode
npm run test:ci, Lint code and run unit tests once for continuous integration
npm run e2e, Run e2e tests using Protractor
npm run lint, Lint code
npm run translations:extract, Extract strings from code and templates to src/app/translations/template.json
npm run docs, Display project documentation

When building the application, you can specify the target environment using the additional flag --env <name> (do not
forget to prepend -- to pass arguments to npm scripts).

The default build environment is prod.

Development server

Run npm start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change
any of the source files.
You should not use ng serve directly, as it does not use the backend proxy configuration by default.

Code scaffolding

Run npm run generate -- component <name> to generate a new component. You can also use
npm run generate -- directive, pipe, service, class, module.

If you have installed angular-cli globally with npm install -g @angular/cli,
you can also use the command ng generate directly.

Additional tools

Tasks are mostly based on the angular-cli tool. Use ng help to get more help or go check out the
Angular-CLI README.

What's in the box

The app template is based on HTML5, TypeScript and
Sass. The translation files use the common JSON format.

Tools

Development, build and quality processes are based on angular-cli and
NPM scripts, which includes:

Libraries

Coding guides

Other documentation

Licence

The MIT License (MIT)

Copyright (c) 2016-2018 Thales Services SAS

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

主要指标

概览
名称与所有者ngx-rocket/starter-kit
主编程语言TypeScript
编程语言TypeScript (语言数: 5)
平台
许可证
所有者活动
创建于2017-03-06 08:52:41
推送于2022-09-07 09:15:09
最后一次提交
发布数150
最新版本名称v11.0.0 (发布于 2022-08-25 17:49:54)
第一版名称0.9.0 (发布于 2017-01-18 17:08:39)
用户参与
星数1.3k
关注者数76
派生数639
提交数203
已启用问题?
问题数15
打开的问题数1
拉请求数3
打开的拉请求数0
关闭的拉请求数17
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?