Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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**