/vilaippattiyal

Electron application based on React, React Router, Webpack, React Hot Loader and Material-ui@v1 for invocing/inventory with GST enabled

Primary LanguageJavaScriptMIT LicenseMIT

Vilaippattiyal

Vilaippattiyal

Vilaippattiyal is open source desktop application for manaing invoices, clients and quotations for businesses with better country based tax calculation support.

Technology

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

Installation

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

Development

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

License

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