Vilaippattiyal is open source desktop application for manaing invoices, clients and quotations for businesses with better country based tax calculation support.
Vilaippattiyal uses a couple of open source projects:
- [Electron] - Uses Javascript to build desktop appliation on cross platform
- [ReactJS] - Controls how html should be rendered
- [Redux] - Awesome state management library for react
- [Material UI] - Great UI boilerplate for modern web apps
- [Webpack] - Powerfull module bundler
- [sqlite3] - Relational Database Management System embedded with the app
Vilaippattiyal requires Node.js v7+ for development. Install all the dependencies. If you use, yarn
git clone https://github.com/jaganathanb/vilaippattiyal.git
cd vilaippattiyal
yarn install
or npm
git clone https://github.com/jaganathanb/vilaippattiyal.git
cd vilaippattiyal
npm install
Once the installation is done, install the native dependencies.
cd src
yarn install
For better understanding on what is native denpendencies in this app, please look at this page
Want to contribute? Great!
Vilaippattiyal uses Webpack with React HMR for fast development. Make a change in your file and instantanously see your updates!
Open your favorite Terminal and run these commands.
yarn run build
yarn run dev
MIT © Jaganathan B
Originally based on the chentsulin/electron-react-boilerplate MIT © C. T. Lin
Electron application boilerplate based on React, Redux, React Router, Webpack, React Transform HMR for rapid application development