In the project directory, you can run:
To install all development dependencies
Then run
Runs the app in the development mode.
Open http://localhost:3040 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
- I built a mini-style library for the project which is in the
src/assest/scss
folder - I used SCSS preprocessor for the styling and I also use
BEM
naming covention - I used Fuse.JS for the search functionality. Fuse is minimal, light weight package for implemnting powerful search functionality.
- My project structure is inspired by Vue.JS file structure.