Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wlucha/angular-nest-nx
πStarter project with Angular 13, Ngx-admin, NestJS, Nx Workspace, Jest, Cypress, ESLint & Prettier π
https://github.com/wlucha/angular-nest-nx
angular angular-nest-nx angular-nestjs-nx angular13 boilerplate cypress eslint jest nest nestjs ngx-admin nx prettier starter
Last synced: about 2 months ago
JSON representation
πStarter project with Angular 13, Ngx-admin, NestJS, Nx Workspace, Jest, Cypress, ESLint & Prettier π
- Host: GitHub
- URL: https://github.com/wlucha/angular-nest-nx
- Owner: wlucha
- License: mit
- Created: 2022-01-04T11:31:22.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-02T13:20:24.000Z (over 1 year ago)
- Last Synced: 2024-10-14T06:46:36.396Z (2 months ago)
- Topics: angular, angular-nest-nx, angular-nestjs-nx, angular13, boilerplate, cypress, eslint, jest, nest, nestjs, ngx-admin, nx, prettier, starter
- Language: TypeScript
- Homepage:
- Size: 311 KB
- Stars: 62
- Watchers: 5
- Forks: 20
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
Awesome Lists containing this project
- awesome-boilerplate - Github
- awesome-boilerplate - Github
README
![logo](https://user-images.githubusercontent.com/7531596/149632779-72903cdc-984b-440b-9258-13b421a39aa7.png)
> Angular 13 + Ngx-admin + NestJs + NX
Starter project with Angular 13, Ngx-admin, NestJs, Nx Workspace, Jest, Cypress, ESLint & Prettier
![Angular13](https://img.shields.io/badge/Angular-13-brightgreen)
![NestJS8](https://img.shields.io/badge/NestJS-8-brightgreen)
[![Build](https://api.travis-ci.org/wlucha/angular-nest-nx.svg?branch=master)](https://travis-ci.org/github/wlucha/angular-nest-nx)
[![MIT](https://img.shields.io/packagist/l/doctrine/orm.svg)]()
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=wlucha_angular-nest-nx&metric=alert_status)](https://sonarcloud.io/dashboard?id=wlucha_angular-nest-nx)
[![StackShare](http://img.shields.io/badge/tech-stack-0690fa.svg?style=flat)](https://stackshare.io/wlucha/angular-nest-nx)## Features
β [Angular 13](https://angular.io/)
β [Ngx-admin](https://akveo.github.io/ngx-admin/)
β [NestJS 8](https://nestjs.com/)
β Next generation build system with [Nx](https://nx.dev/)
β Unit Testing with [Jest](https://jestjs.io/)
β End-to-End Testing with [Cypress](https://www.cypress.io/)
β [ESLint](https://eslint.org/)
β [Prettier](https://prettier.io/)## Frontend App
The Angular 13 frontend app is based on the [ngx-admin](https://github.com/akveo/ngx-admin) starter kit.![image](https://user-images.githubusercontent.com/7531596/148551080-de61fdb5-ffa4-496e-a26b-4bbf9dd35e9e.png)
## Deploy
[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)
## Install / Development
```bash
# Clone the project
$ git clone https://github.com/wlucha/angular-nest-nx
$ cd angular-starter# Install dependencies
$ npm install# Start frontend server
$ npm run start# Start backend server
$ npm run api# Open in browser: http://localhost:4200
```## Commands
- `npm run start` - Start the ngx-admin frontend app
- `npm run api` - Start the NestJS backend
- `npm run lint` - Lint the project
- `npm run test` - Run tests## License
MIT License
Copyright (c) 2023 Wilfried Lucha
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.