Skip to content

Commit 28bf784

Browse files
amirhhashemiatilafassina
authored andcommitted
Remove node_modules in the Project Files section
`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.
1 parent 4eab053 commit 28bf784

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/routes/solid-start/getting-started.mdx

-2
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ These files and directories are the basic structure of a SolidStart application,
133133
The default structure of a SolidStart application looks like this:
134134

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

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

0 commit comments

Comments
 (0)