All Projects → bdTechies → book-manager

bdTechies / book-manager

Licence: MIT License
A simple personal library management application.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to book-manager

React Bootstrap Webpack Starter
ReactJS 16.4 + new React Context API +react Router 4 + webpack 4 + babel 7+ hot Reload + Bootstrap 4 + styled-components
Stars: ✭ 103 (+114.58%)
Mutual labels:  react-router, styled-components
React Page Transition
A React component that makes it easy to use the page transitions from the Codedrops page transitions demo with React
Stars: ✭ 145 (+202.08%)
Mutual labels:  react-router, styled-components
Road Beyond React App
🌈 The Road beyond React - Thing you can use after learning plain React.js
Stars: ✭ 108 (+125%)
Mutual labels:  react-router, styled-components
Muiscrr Boilerplate
Material-UI Styled Components React Redux boilerplate with offline mode support 🎬
Stars: ✭ 35 (-27.08%)
Mutual labels:  react-router, styled-components
Frontend
마음을 잇는 현명한 소비 '잇다'🤝
Stars: ✭ 19 (-60.42%)
Mutual labels:  react-router, styled-components
Koa React Notes Web
🤓 A simple SPA built using Koa (2.5.1) as the backend and React (16.4.1) as the frontend. Features MySQL integration, user authentication, CRUD note actions, and more.
Stars: ✭ 61 (+27.08%)
Mutual labels:  react-router, styled-components
Project Webcube
Continuously updated JS infrastructure for modern web dev
Stars: ✭ 141 (+193.75%)
Mutual labels:  react-router, styled-components
react-template
An enterprise react template application showcasing - Testing strategy, Global state management, middleware support, a network layer, component library integration, localization, PWA support, route configuration, lazy loading and CI/CD
Stars: ✭ 44 (-8.33%)
Mutual labels:  react-router, styled-components
Arc
React starter kit based on Atomic Design
Stars: ✭ 2,780 (+5691.67%)
Mutual labels:  react-router, styled-components
Music163 React
🔥基于React全家桶开发:「网易云音乐PC端项目」实战
Stars: ✭ 209 (+335.42%)
Mutual labels:  react-router, styled-components
React Ssr Starter
All have been introduced React environment
Stars: ✭ 20 (-58.33%)
Mutual labels:  react-router, styled-components
reactube-client
A clone Youtube Web Player using React Provider Pattern, React Context and Typescript
Stars: ✭ 92 (+91.67%)
Mutual labels:  react-router, styled-components
React Redux Saga Boilerplate
Starter kit with react-router, react-helmet, redux, redux-saga and styled-components
Stars: ✭ 535 (+1014.58%)
Mutual labels:  react-router, styled-components
Molecule
⚛️ – :atom: – ⚛️ Boilerplate for cross platform web/native react apps with electron.
Stars: ✭ 95 (+97.92%)
Mutual labels:  react-router, styled-components
Flag Project React
Awesome stack, awesome project pls press the star button
Stars: ✭ 278 (+479.17%)
Mutual labels:  react-router, styled-components
Reeakt
A modern React boilerplate to awesome web applications
Stars: ✭ 116 (+141.67%)
Mutual labels:  react-router, styled-components
React Redux Styled Hot Universal
react boilerplate used best practices and focus on performance
Stars: ✭ 147 (+206.25%)
Mutual labels:  react-router, styled-components
razzle-template
SSR template with React, Effector, TypeScript, ReactRouter, and StyledComponents
Stars: ✭ 62 (+29.17%)
Mutual labels:  react-router, styled-components
molecule
⚛️ –  – ⚛️ Boilerplate for cross platform web/native react apps with electron.
Stars: ✭ 95 (+97.92%)
Mutual labels:  react-router, styled-components
backoffice
React GUI-Framework based on Material UI; provides a couple of components for back-office apps (CRUD-based APIs)
Stars: ✭ 17 (-64.58%)
Mutual labels:  react-router

Book Manager · GitHub license GitHub stars GitHub forks GitHub issues Build Status

A simple personal library management application.

Book Manager

Install & Run

  1. First clone the repo:
$ git clone [email protected]:bdTechies/book-manager.git
  1. Then install the dependencies:
$ npm install
  1. Finally run the app:
  • For Linux and Mac users:
$ npm start
  • For Windows users:
$ npm run start:win

Create Packages

Run the following commands to build and package the app for distribution. The packager will create packages based on the platform. [Linux: deb, AppImage; Win: exe; Mac: dmg]

  • Only Current platform:
$ npm run make
  • All platform (dmg will not be created if platform is not a mac):
$ npm run make:all
  • If any problem occurs on Mac OS while packaging the app try the following command:
$ npm config set python /usr/bin/python2.7

Special Thanks to Rafat Ahmed & Touhidul Islam for helping me with the Mac and Windows build.

Contribution

If you want to contribute to this project, please follow the contribution guide.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].