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

https://github.com/kaichiro/posufg-pfea

. Pós UFG 2018-2019 - Trabalho final - Disciplina Programação Front End Avaçado .
https://github.com/kaichiro/posufg-pfea

axios concurrently espcializacao isomorphic-fetch javascript json-server jsx react react-dom react-redux react-router react-router-dom react-scripts react-slick reactjs redux-form semantic-ui semantic-ui-react trabalho-final ufg

Last synced: about 2 months ago
JSON representation

. Pós UFG 2018-2019 - Trabalho final - Disciplina Programação Front End Avaçado .

Awesome Lists containing this project

README

        

# UFG - Pós 2018/2019

## Desenvolvimento Web e Mobile Full Stack

Trabalho final - Disciplina Programação Front End Avaçado.

---

Alunos:

* [Kaichiro Fukuda](https://github.com/kaichiro)
* [Vitor Santos](https://github.com/VitorSantos1996)

---
---

## Installation notes:

1)Clone this project according to this command just below...

```sh
git clone https://github.com/kaichiro/PosUFG-PFEA.gitreact-ts
```

---

2)Change directory to...

```sh
cd PosUFG-PFEA
```

---

3)Installing the necessary packages to run the project (`package.json`)

```sh
npm install
npm start
```

Alternatively you may use ```yarn```:

```sh
yarn && yarn start
```

* NOTES:

1 - if you are using Linux or Mac OS, add ```sudo``` before the commands, if necessary.