AI Features

Lazy Loading of Routes

Let’s go inside our project and run npm start on the command line to see what all files it builds.

npm start

Now let’s take a close look at the files that have been built and try to understand what they are for.

The main.js file ...