Angular Project Structure
After executing the command to create a project, a certain file structure will appear in its folder. Basically, there are service files that support the work of the framework. Now we are only interested in the following folder and file:
- /src/
- README.md
The src folder is where you'll do all your work. We'll cover that in more detail in the next lesson.
The file README.md contains instructions on how to launch the application. It is usually used when you receive an archive with a project from a colleague and do not understand how to launch the project. In this case, the necessary terminal commands can be found in this file.