Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tbhatti/latest-book-store-jun-2020
https://github.com/tbhatti/latest-book-store-jun-2020
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tbhatti/latest-book-store-jun-2020
- Owner: tbhatti
- Created: 2020-06-04T07:46:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T03:22:46.000Z (almost 2 years ago)
- Last Synced: 2024-05-27T12:25:15.385Z (8 months ago)
- Language: JavaScript
- Size: 21 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
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