Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 282 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 282 Bytes

Conditioner Webpack Boilerplate

A webpack boilerplate for Conditioner.

Install dependencies from npm.

npm i

Build the project.

npm run build

Setup server @ http://localhost:8080

npm start