- Rebuild the node modules, with the following command in the project folder 📂
# install dependencies
npm install
# run in dev mode on port 8080
npm run dev
# generate production build
npm run build
# run generated content in dist folder on port 8080
npm run start
Runs the app in the development mode.\
Open http://localhost:3000 to view it in your browser.