January 2020
Intermediate to advanced
530 pages
11h 11m
English
Before we can create our React app, we need to set the project directory and install the dependencies for our app, as follows:
npx create-react-app Currency-Exchange
{ "name": "Currency-Exchange", "version": "1.0.0", "private": false, "dependencies": { "bulma-start": "0.0.2", "react": "^16.4.1", "react-dom": "^16.4.1", "react-scripts": "1.1.4", "stellar-sdk": "^3.0.0", }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject" }}
Read now
Unlock full access