Skip to content

daphnecarvalho/ignite-reactjs-upload-de-imagens

Repository files navigation

Challenge: Uploading images

Instruction: Upload de imagens.

Base URL

http:https://localhost:3000/

Project commands

Prepare project

  # Install dependencies
  yarn install

Run project

  # Starts the development server.
  yarn dev

Run tests

  # Run test
  yarn test

  # Run test with coverage results
  yarn coverage

Build project

  # Builds the app for production.
  yarn build

Run project in production mode

  # Runs the built app in production mode.
  yarn start