- npm install
- npm run dev
- Initialize the backend server which can be found at
https://github.com/niranjanblank/SentimentAnalysisBackend - Create .env file in the root directory and add your server in the below format
VITE_SENTIMENT_SERVER = www.server_location.com/sentiment - Install the dependencies using
npm install - Run the development server using
npm run dev

