Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 223 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 223 Bytes

mini-dev

Minimum webpack / babel environment. Only for demo or workshop purposes.

Both dev and start will work.

yarn

yarn
yarn dev
# or yarn start

npm

npm install
npm dev
# or npm start