Skip to content

paulooosrj/upload-react

Repository files navigation

How to use

First, clone the repo.

$ git clone https://github.com/PaulaoDev/upload-react.git <yourAppName>
$ cd <yourAppName>

Third, install the dependencies.

$ npm install

Config cloudinary

Change file: server/http.js

  cloudinary.config({ 
      cloud_name: 'CLOUD CONFIG NAME', 
      api_key: 'CLOUD CONFIG KEY', 
      api_secret: 'CLOUD CONFIG SECRET' 
  });

Next, launch the app.

$ npm start

Now you should see a new browser window/tab opening and in http://localhost.

License

MIT

About

upload images with react js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published