Dev finance is a web system designed to help you control your finances. You can view the layout of this project by clicking here.
Technology:
- Front-End
- Back-End
Installation:
You will need Nodejs and git installed on your machine. Then, you can run the scripts below:
# Clone this repository
$ git clone https://github.com/abantes/dev-finances.git
# Access the project folder in the cmd/terminal
$ cd dev-finances
# Install the dependencies
$ npm install
# Run the sass (It is important that you have sass installed)
$ npm run dev:sass
# Run the application in development mode
$ npm run dev:server
# The port that the server will open will be shown on the console
IE / Edge |
Firefox |
Chrome |
Safari |
---|---|---|---|
IE11, Edge | last 5 versions | last 5 versions | last 5 versions |
Contributions are always welcome, no matter how large or small.
- Fork this repository;
- Create a branch with your feature:
git checkout -b my-feature
; - Commit your changes:
git commit -m 'feat: My new feature'
; - Push to your branch:
git push origin my-feature
.
After the merge of your pull request is done, you can delete your branch.
You can report a bug here.
This project is under the MIT license. See the archive LICENSE for more details.