An open API service indexing awesome lists of open source software.

https://github.com/tbhatti/book-store

Online Book Store developed in React.js, LESS CSS, Bootstarp and Node.js
https://github.com/tbhatti/book-store

bootstrap3 lesscss nodejs reactjs

Last synced: 26 days ago
JSON representation

Online Book Store developed in React.js, LESS CSS, Bootstarp and Node.js

Awesome Lists containing this project

README

          

# Online Book Store

You can view books, search and buy the books

## Getting Started
Clone the repo and run npm install.

### Prerequisites

Make sure Node & npm are installed on your machine.

### Development Server

Run npm start for a dev server. Navigate to http://localhost:8080/. The app will automatically reload if you change any of the source files.
You will see the build errors and lint warnings in the console.

## Running the tests

Run npm test to execute the unit tests via Chai.

### Build

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.

### Run Eslint

npm run lint