Massests is a assets managment tool for big projects. If you have big assets folder, you can use Massests. You can see your assets in web project and search assets from asset name. Massets supports: PNG, JPEG, JPG, WEBP, SVG
- For npm
For yarn
npm install massets
yarn add massets
- You have to create massets.config.json file in main route
{ "path": "<YOUR_ASSETS_FOLDER_PATH>" }
- You have to add script in your package.json
"scripts": { ... "massets": "massets-start", },
- npm run massets or yarn massets
- Then it will start in http://localhost:4007/
- that's it :)