Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neitdutra/dio_aceleracao_global_dev_8_avanade
https://github.com/neitdutra/dio_aceleracao_global_dev_8_avanade
Last synced: about 13 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/neitdutra/dio_aceleracao_global_dev_8_avanade
- Owner: NeiTDutra
- Created: 2021-04-10T14:44:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-10T14:49:27.000Z (over 3 years ago)
- Last Synced: 2024-10-11T23:13:02.882Z (26 days ago)
- Language: TypeScript
- Size: 239 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What is this project?
This project is a simple front-end structure builded with the principles of clean architecture.# Stacks
To build this project you will need:
* Angular JS 7 or more.
* Typescript 1.0.3.0 or more.
* Node Js 12.17.0 or more.# IDE
Personally I like VS Code but you should use another text editor.# Run Project
* Firstly, clone the project locally and open Participants folder in your IDE.
* After execute the **npm i** command to install all dependencies.
* Finally execute the **ng serve** command to build the application and open your browser on **localhost:4200**