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