Instruction: Deploy do Ignews.
Production: https://ignite-reactjs-deploy-ignews.vercel.app/
Local: http://localhost:3000/
# Install dependencies
yarn install
# Login to stripe
stripe login
# Run project
yarn dev
# Listen to stripe
stripe listen --forward-to localhost:3000/api/webhooks
# Run test
yarn test
# Run test with coverage results
yarn coverage
# Run build for production
yarn build
# Run as production
yarn start