Skip to content

Commit 3397b54

Browse files
authored
Update README.md
1 parent c944484 commit 3397b54

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,16 @@ Also, you can always switch to another file/folder structure if the current one
3333

3434
Just keep in mind that the styles should be located in `assets/styles` and the scripts should be located in `assets/scripts`.
3535

36+
## Zero config and fast installation
37+
38+
Navigate to your new project's folder and execute the following command:
39+
40+
```sh
41+
npx webpack-mpa && npm i && npm start
42+
```
43+
44+
This will install Webpack-MPA in your project folder and you will be able to start right away.
45+
3646
## Download
3747

3848
You can download this setup [directly](https://github.com/scriptex/webpack-mpa/archive/master.zip) and extract it.

0 commit comments

Comments
 (0)