Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/albertobasalo/nc-lab
🅰️ Angular classic 1️⃣5️⃣ 🔬🧫🧪 Laboratory
https://github.com/albertobasalo/nc-lab
Last synced: 19 days ago
JSON representation
🅰️ Angular classic 1️⃣5️⃣ 🔬🧫🧪 Laboratory
- Host: GitHub
- URL: https://github.com/albertobasalo/nc-lab
- Owner: AlbertoBasalo
- Created: 2024-03-04T09:04:12.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-21T10:21:21.000Z (9 months ago)
- Last Synced: 2024-03-22T11:02:09.819Z (9 months ago)
- Language: TypeScript
- Size: 6.76 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nc-lab
[Laboratorio de ejemplo](https://github.com/albertobasalo/nc-lab) para cursos y talleres de [Angular Basics Classic](https://albertobasalo.notion.site/Angular-Basics-V15-489fd8ccf4fb4e3dba7827628608b4cb) impartidos en Español por [Alberto Basalo](https://albertobasalo.dev)
> [!NOTE]
> This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version _15.2.0._
> Sample project is at `ActivityBookings` folder```bash
# clone lab from github
git clone https://github.com/AlbertoBasalo/nc-lab.git
# install and run
cd nc-lab/ActivityBookings
npm install
# start Angular server
npm start
# start a fake API server
npm run api:seed
```> [!TIP] > **Documentation**
> Find detailed journal of instructions in [docs folder](./docs/)### Folder structure
Have an outlook of the project folders structure
![Folders](./docs/screenshots/folders.png)
> [!TIP]
> Companion article about Angular code organization:- [English version](https://medium.com/@albertobasalo/file-and-folder-structure-for-angular-applications-3130efc582e3)
- [Versión en Español](https://www.linkedin.com/pulse/estructura-de-archivos-y-carpetas-para-aplicaciones-angular-basalo-3vcff)
## Testing
This project is being _e2e_ tested with **Cypress**. Find the testing code at this repository
- [**cy-lab**](https://github.com/AlbertoBasalo/cy-lab)
[![GitHub license](https://img.shields.io/github/license/AlbertoBasalo/cy-lab?style=for-the-badge)](https://albertobasalo.dev)
---
🧑🏼💻 By Alberto Basalo