Skip to content

Commit

Permalink
fix: File tree
Browse files Browse the repository at this point in the history
  • Loading branch information
micwallace committed Sep 5, 2024
1 parent 55517d7 commit f1d40a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pages/framework/core-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ If you are interested in using another web framework, please reach out to us and

TokenScript projects have the following structure.

```text
├── dist
├── src
├── out
Expand All @@ -56,8 +57,9 @@ TokenScript projects have the following structure.
├── package-lock.json
├── tokenscript.xml
└── tokenscript-project.json
```

Note: Files specific to a particular starter template (Svelte, React, TypeScript, etc) have been omitted for brevity.
Note: Files specific to a particular starter template (Svelte, React, TypeScript, etc.) have been omitted for brevity.

You will notice that the structure is similar to that of any NPM-based project with additional files specific to the TokenScript framework.
Files to note:
Expand Down

0 comments on commit f1d40a3

Please sign in to comment.