This content originally appeared on DEV Community and was authored by wlucha
This is an Angular 13 Starter project with Ngx-admin, NestJs, Nx Workspace, Jest, Cypress, ESLint & Prettier
Project: https://github.com/wlucha/angular-nest-nx
Features
✅ Angular 13
✅ Ngx-admin
✅ NestJS 8
✅ Next generation build system with Nx
✅ Unit Testing with Jest
✅ End-to-End Testing with Cypress
✅ ESLint
✅ Prettier
Frontend App
The Angular 13 frontend app is based on the ngx-admin starter kit.
Install / Development
# 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) 2022 Wilfried Lucha
Project: https://github.com/wlucha/angular-nest-nx
This content originally appeared on DEV Community and was authored by wlucha
wlucha | Sciencx (2022-01-18T23:24:10+00:00) Angular 13 + NestJs + NX. Retrieved from https://www.scien.cx/2022/01/18/angular-13-nestjs-nx/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.