https://github.com/kaichiro/convert-my-money
Projeto ConvertMyMoney - parte do curso Fullstack Master - DevPleno
https://github.com/kaichiro/convert-my-money
css devpleno ejs express javascript jest js lib libraries library tests
Last synced: 2 months ago
JSON representation
Projeto ConvertMyMoney - parte do curso Fullstack Master - DevPleno
- Host: GitHub
- URL: https://github.com/kaichiro/convert-my-money
- Owner: kaichiro
- Created: 2019-04-29T20:44:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-03T00:51:08.000Z (about 7 years ago)
- Last Synced: 2025-02-07T23:29:06.141Z (over 1 year ago)
- Topics: css, devpleno, ejs, express, javascript, jest, js, lib, libraries, library, tests
- Language: JavaScript
- Homepage: https://convert-my-money.kaichiro.now.sh
- Size: 405 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jobify
Projeto ConvertMyMoney - parte do curso Fullstack Master - [DevPleno](https://www.devpleno.com/)
---
## Instruções para instalação
1) Faça o clone deste projeto, conforme comando abaixo...
```sh
git clone https://github.com/kaichiro/convert-my-money.git
```
2) Nevegue até o diretório do projeto...
```sh
cd convert-my-money
```
3) Instale as dependências para o projeto...
```sh
npm install
```
ou (alternativo)...
```sh
yarn
```
4) Comando para rodar/startar o projeto localmente
```sh
node index.js
```

---

---
* Cobertura de teste (utilizando jest)

---
Acesse este link [http://localhost:3000](http://localhost:3000) para navegar até a aplicação.
## Obs.:
* caso estiver utilizando SO Linux ou iOS, se necessário, acrescente ```sudo``` ao início de cada comando.
---
###### De nada serve o conhecimento se não for compartilhado.