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 .
- Host: GitHub
- URL: https://github.com/kaichiro/posufg-pfea
- Owner: kaichiro
- Created: 2018-12-15T12:25:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-08T20:43:20.000Z (over 6 years ago)
- Last Synced: 2025-02-07T23:28:12.574Z (3 months ago)
- Topics: 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
- Language: JavaScript
- Size: 906 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.