git clone https://github.com/shubhammehra4/InvertedIndex.git
cd ./InvertedIndex/
- Install
npm install
- Run Dev
npm run dev
- Run Prod
npm start
- Dir
cd ./web/
- Install
npm install
- Run Dev
npm run dev
- Build
npm run build
git clone https://github.com/shubhammehra4/InvertedIndex.git
cd ./InvertedIndex/
npm install
npm run dev
npm start
cd ./web/
npm install
npm run dev
npm run build