A dog for a day
You'd like to have a dog but there are several reasons why you can't get one? Or you have a dog bit don't have time to watch it 24/7 and need someone to help you out? With DogDay, you can easily find each other - find a dog you can watch for a few hours or find a sitter who will watch your dog. The app has a swipe function that connects dog lovers who'd like to watch a dog for a short period of time with dog owners who need a sitter for their dog.
First, install dependencies: npm install
In the project directory, you can then run:
npm run build
: Builds the app for production to the dist folder. It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
npm start
: Runs the server in production mode and serve production bundle from npm run build
npm run server:dev
: Runs the server in development mode.
npm run client:dev
: Runs the app in development mode.
Open http://localhost:3000 (default PORT) to view it in the browser.
The page will automatically reload if you make changes to the code. You will see the build errors and lint warnings in the console.