Addition to setup in readme
This commit is contained in:
parent
4459f7dbe4
commit
1008204090
|
@ -4,6 +4,10 @@ Project using npm & webpack
|
||||||
|
|
||||||
## setup
|
## setup
|
||||||
|
|
||||||
|
cd into this dir
|
||||||
|
|
||||||
|
to install all required dependencies - first run: `npm i`
|
||||||
|
|
||||||
to build for production: `npm run build`
|
to build for production: `npm run build`
|
||||||
|
|
||||||
to launch dev server: `npm run dev`
|
to launch dev server: `npm run dev`
|
||||||
|
|
Loading…
Reference in New Issue