Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
axherrm committed Feb 3, 2024
1 parent aa00558 commit 8bc4f8c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,17 @@ For the definition of the objects to define refer to [model.ts].
```shell
cd core
npm install
npm start # dev server at `http://localhost:4200/` with hot reload
npm start # dev server at http://localhost:4200/ with hot reload
npm run build # builds application to core/dist/
```

## 3. Project Structure

In order to separate template logic from code this project was divided into 2 parts:
- This repository: documentation for using the template, scripts for the template, documentation of the whole project
- [core]: code base the whole project

This separation enables users to more easily update the code after applying the template because using a template repository creates an entire separate Git history.

[core]: https://github.com/axherrm/WebCVTemplate-core
[model.ts]: core/src/app/data/model.ts

0 comments on commit 8bc4f8c

Please sign in to comment.