Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 πŸš€

Awesome Lists containing this project

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.