Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 497 Bytes

File metadata and controls

27 lines (19 loc) · 497 Bytes

Vite Example

This project shows you how to get started with Dropzone and vite. It also contains a method for setting extra response headers:

  • Cross-Origin-Embedder-Policy: require-corp
  • Cross-Origin-Opener-Policy: same-origin

Run it locally

Inside this project run:

$ yarn install
# or if you prefer npm:
$ npm install

Start it

Now start the test server with vite:

$ yarn run dev
# or if you prefer npm:
$ npm run dev

and go to http://localhost:5173