geovanegodoi / vanlife

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vanlife

This workspace has been generated by Nx, a Smart, fast and extensible build system.

Development server

Run nx serve vanlife for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Production environment

Access the link https://ggodoi-vanlife.web.app.

Understand this workspace

Run nx graph to see a diagram of the dependencies of the projects.

Remote caching

Run npx nx connect-to-nx-cloud to enable remote caching and make CI faster.

Further help

Visit the Nx Documentation to learn more.

Project Structure

## Project Structure

vanlife
├── apps/
│ ├── vanlife
│ └── vanlife-e2e
│
└── libs/
├── vanfile
│ ├── home
│ │ ├── pages
│ │ ├── ui
│ │ ├── data-access
│ │ └── utilities
│ ├── about
│ │ ├── pages
│ │ ├── ui
│ │ ├── data-access
│ │ └── utilities
│ ├── vans
│ │ ├── pages
│ │ ├── ui
│ │ ├── data-access
│ │ └── utilities
│ ├── host
│ │ ├── pages
│ │ ├── ui
│ │ ├── data-access
│ │ └── utilities
│ └── shared
│ ├── pages
│ ├── ui
│ ├── data-access
│ └── utilities
└── shared

Technologies

About


Languages

Language:TypeScript 80.0%Language:CSS 18.3%Language:HTML 1.1%Language:JavaScript 0.6%