Trabalho final - Disciplina Programação Front End Avaçado.
Alunos:
1)Clone this project according to this command just below...
git clone https://github.com/kaichiro/PosUFG-PFEA.gitreact-ts
2)Change directory to...
cd PosUFG-PFEA
3)Installing the necessary packages to run the project (package.json
)
npm install
npm start
Alternatively you may use yarn
:
yarn && yarn start
- NOTES:
1 - if you are using Linux or Mac OS, add sudo
before the commands, if necessary.