# Install NPM dependencies
npm install
# Build the application (for production)
npm run build
# OR run in watch mode (for development)
npm start
# Install NPM dependencies
npm install
# Build the application (for production)
npm run build
# OR run in watch mode (for development)
npm start