Skip to content

adelloste/e-challenge

Repository files navigation

EChallenge

Advanced Notes

Getting Started

This project was generated with Angular CLI version 10.2.3.

Clone the repo

git clone https://github.com/adelloste/e-challenge.git
cd e-challenge

Install npm packages

Install packages described in package.json

npm install

npm scripts

Questi sono i comandi definiti in package.json:

  • npm run start - for a dev server.
  • npm run build - prod build the project.

Demo

Published site at https://csb-hy3sk-jb59g2p9p-adelloste.vercel.app

Project structure

e-challenge/
└── e2e
└── src
    ├── app
    │   ├── chat
    │   │   ├── shared
    │   │   ├── chat
    │   │   ├── chat-routing.module.ts
    │   │   └── chat.module.ts
    │   ├── core
    │   └── shared
    ├── assets
    └── environments