November 2018
Beginner
502 pages
10h 22m
English
We should now have the following folders, with the following files within them:
├─ dist/ ├─ bundle.js ├─ index.html├─ node_modules/├─ src/ ├─ index.tsx ├─ package.json├─ tsconfig.json├─ tslint.json├─ webpack.config.js
We are nearly ready to run our app now—there's just one more thing to do, as we'll discuss in the next section.
Read now
Unlock full access