Finacial app
For this project, my task was create a finacial app in typescript.
- NodeJS
- Git
- Clone this repo in your terminal
git clone https://github.com/PedroArch/archmoney
- Still in terminal
npm install
or if you prefer yarn commands
yarn
- Just run in your terminal
yarn start
In the root page http://localhost:3000/
you can see the application working.
If you find bugs or problems you can sent a message to me twitter or email.
- v1.0
- first version
Pedro Carvalho – @PedrArch – [email protected]
https://github.com/PedroArch
- Fork it (https://github.com/PedroArch/archmoney)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request