/dist
directory.rocketacademy.com
)api.rocket-a.com
)npm install
for all the default dependencies. This includes Webpack and the necessary configuration for it to run with the app!App.jsx
is renamed to App.js
. There are also testing files that are added by default though we will not be using during the course. Otherwise, the files structure is the same.cd
into the app folder and start the Webpack dev server using npm start
.