Skip to content

Commit

Permalink
Remove node_modules in the Project Files section
Browse files Browse the repository at this point in the history
`node_modules` is not specific to SolidStart and the users most likely already know what it is. I think it's redundant and removed it. I also checked Next.js and SvelteKit docs and they didn't include `node_modules` in their "Project Structure" section.
  • Loading branch information
amirhhashemi authored and atilafassina committed May 5, 2024
1 parent 4eab053 commit 28bf784
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/routes/solid-start/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ These files and directories are the basic structure of a SolidStart application,
The default structure of a SolidStart application looks like this:

```
node_modules/
public/
src/
├── routes/
Expand All @@ -147,7 +146,6 @@ src/
For example, if you chose to use JavaScript rather than TypeScript, your file extensions will be `.jsx` instead of `.tsx`.

Each directory and file in this structure serves a specific purpose in your SolidStart application:
- `node_modules/` - this file is where all of your project's dependencies are installed.
- `public/` - contains the publicly-accessible assets for your application.
This is where images, fonts, and other files that you want to be accessible to the public should be placed.
- `src/` - where your Start application code will live.
Expand Down

0 comments on commit 28bf784

Please sign in to comment.