Implementation of the UI redesign that was presented at Behance developed for study purposes for Rio Claro City Hall in the State of Rio Janeiro. The original site done in WordPress and is online at rioclaro.rj.gov.br and the new concept being developed in Angular and you can see the redesign version here.
-
Available for consultation and study only
-
Feature 1
-
Feature 2
-
Feature 3
See Demonstration |
---|
The redesign concept presented in this project was presented in Behance
- Available for consultation and study only
Make sure that you also have NodeJS and NPM installed on your computer.
$ node --version
and$ npm --version
Install dependencies of project with:
$ npm install
Angular Cli is already part of the development dependencies, so any cli functionality can be used with the prefix npx.
$ npx ng serve
First Execution - Environment files: In the first execution of the project, it is essential to create the environment files (environment.ts) in /src/environments according to the model that follows inside the folder (environment.exp.ts).
WORKFLOW.md - This project uses the workflow pattern called git flow
.
[Need to be implemented]
GITHUB ACTIONS - To deploy to a demonstration of project hosted in GitHub Pages.
CONTRIBUTING.md - Specifications of how the contribution should be submitted
CHANGELOG.md - Chronologically list of changes for each version of a project