First, clone the repo.
$ git clone https://github.com/PaulaoDev/upload-react.git <yourAppName>
$ cd <yourAppName>Third, install the dependencies.
$ npm installConfig cloudinary
- Create account free 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 startNow you should see a new browser window/tab opening and in http://localhost.
MIT