https://github.com/albertobasalo/nc-lab
🅰️ Angular classic 1️⃣5️⃣ 🔬🧫🧪 Laboratory
https://github.com/albertobasalo/nc-lab
Last synced: about 1 year 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T10:21:21.000Z (about 2 years ago)
- Last Synced: 2025-02-05T01:48:42.930Z (over 1 year ago)
- Language: TypeScript
- Size: 6.76 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- 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

> [!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)
[](https://albertobasalo.dev)
---
🧑🏼💻 By Alberto Basalo