PetSavvy is a fully functional e-commerce website that allows you to shop for quality pet products.
npm install
Install app dependencies.
npm build
Create production build.
npm run build:dev
Create development build.
npm run seed
Seed database with dummy data.
npm start
Run the app in production mode.
npm run start:dev
Run the app in development mode.
npm run start:dev:logger
Run the app in development mode with additional logging.
npm run start:dev:seed
Seed db and run the apps in development mode.
npm run build
Create application build