You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you're getting started for the first time, follow this path:
14
+
15
+
1. Install Webpack
16
+
2. Write Your Code
17
+
3. Bundle It
18
+
4. Explore more in the [Getting Started](/guides/getting-started) guide
19
+
20
+
This will help you understand how Webpack works step-by-step.
12
21
## Install Webpack
13
22
14
23
<divclassName="splash__wrap">
@@ -39,8 +48,15 @@ import Install from "../components/Splash/install/install.mdx";
39
48
</div>
40
49
</div>
41
50
42
-
Then run `webpack` on the command-line to create `bundle.js`.
51
+
Then run `webpack` in your terminal to bundle your application and generate `bundle.js`.
52
+
53
+
## Next Steps
54
+
55
+
Now that you understand the basic workflow, continue with:
56
+
57
+
-[Getting Started](/guides/getting-started)
58
+
-[Concepts](/concepts)
43
59
44
-
## Awesome, isn't it? Let's dive in!
60
+
This will help you build a strong foundation in Webpack.
45
61
46
62
**[Get Started](/guides/getting-started)** quickly in our **Guides** section, or dig into the **[Concepts](/concepts)** section for more high-level information on the core notions behind webpack.
0 commit comments