Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 631 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 631 Bytes

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