We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4af583 commit 7e2370eCopy full SHA for 7e2370e
README.md
@@ -43,15 +43,18 @@ cd laravel-vue-tailwind-modules-starterkit
43
~~~bash
44
npm run init
45
~~~
46
+4. Copy .env.example to .env
47
+~~~bash
48
+cp .env.example .env
49
+~~~
50
-
-4. Start the server
51
+5. Start the server
52
53
54
npm run dev
55
56
-5. Build the server
57
+6. Build the server
58
59
60
npm run build
0 commit comments