Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mqxx authored Oct 21, 2024
1 parent 955c7fe commit 728bfd9
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,7 @@ Template for Frontend development. Build a web page using [SolidJS](https://soli
- `...` Doc.
- `src` All sourcecode.
- `client` Sourcecode for the client.
- `index.html` Page itself.
- `_assets` Page assets like images, vector graphics, etc.
- `favicon.svg` Favicon for the page
- `...` Assets.
- `_components` Page components/elements.
- `...` Components/Elements.
- `_app` Page entry point. This directory must have a index.tsx file as entry point.
- `index.ts` Page script entry file.
- `...` Scripts.
- `_styles` Page styles. This directory must have a index.scss file as entry point.
- `index.scss` Page style entry file.
- `...` Styles.
- `...` A subpage as a folder containing the same folder structure as `client`. `...` can have any name. It is
recommended to not start with a `_` as these directories are reserved for the page itself.
- `...` Client files.
- `server` Sourcecode for the server.
- `...` Server files.
- `test` Tests (no unit tests).
Expand Down

0 comments on commit 728bfd9

Please sign in to comment.