Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.19 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.19 KB

helm_bookstore_app

This is an MVP version of a bookstore where you can keep all your favorite books together in one easy to manage place. You can Add more books, View a book's details, Update a book's information, and Delete it from your collection. This version allows your to do all these functionalities with ease.

Application Functionality

App Functionality

Application Setup Instructions

Make sure you have the latest version of [Node](https://nodejs.org/en/) and follow this instructions to setup and run the application on you local environment:
  • git clone https://github.com/ClaytonSiby/helm_bookstore_app.git
  • cd helm_bookstore_app
  • yarn install
  • yarn start

Cool dev tool

This repository is setup to run a consistent default code format with Prettier and linting with Eslint. Before commit, lint-staged and Husky is ured run enforce these rules so that every commit adheres to the standards set for everyone contributing to the repository.

Husky and Lint-Stage Sample

husky-lint