December 2019
Intermediate to advanced
474 pages
10h 3m
English
With the development environment set up, it's time to start creating the movie list application. First let's have a look at the current structure of the project, where two of the directories within our project's root directory are important:
movieList|-- dist |-- index.html |-- main.js|-- node_modules|-- src |-- index.js |-- index.html.babelrcpackage.jsonwebpack.config.js
Read now
Unlock full access