constscripts=require('webpack-scripts')// to build your appscripts.build(webpackConfig)// to run dev server for your appscript.start(webpackConfig,{port: 4000,hot: true})
Contributing
Fork it!
Create your feature branch: git checkout -b my-new-feature
Commit your changes: git commit -am 'Add some feature'
Push to the branch: git push origin my-new-feature