franaragm / ng-lab-structure

🅰️ Angular 1️⃣7️⃣ 🔬🧫🧪 Laboratory File and folder structure for Angular applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NgLab

Note

Angular Laboratory for courses and workshops by Alberto Basalo

This project was generated with Angular CLI version 17.0.0.

# clone lab from github
git clone https://github.com/AlbertoBasalo/ng-lab.git
# install and run
cd ng-lab
npm install
# start Angular server
npm start
# start a fake API server
npm run seedapi

Documentation

Find detailed journal of instructions in CLI.md

Folder structure

Have an outlook of the project folders structure

Folders

Tip

Companion article:

Testing

This project is being e2e tested with Cypress. Find the testing code at this repository

GitHub license


🧑🏼‍💻 By Alberto Basalo

twitter albertobasalo

git albertobasalo

About

🅰️ Angular 1️⃣7️⃣ 🔬🧫🧪 Laboratory File and folder structure for Angular applications


Languages

Language:TypeScript 98.3%Language:CSS 1.3%Language:HTML 0.3%