#Webpack Boilerplate
A webpack boilerplate that includes the following libs:
- jQuery
- bootstrap
- font-awesome
- waypoints
- jquery.scrollto
- animate.css
in order to quickly build up a production-ready marketing website.
###Install dependencies
npm install
###Developing locally
-
Run
npm run dev -
In your browser, navigate to: http://localhost:8080/
###Publish
-
In
webpack.config.jsfile, replacewww.example.comwith the real domain name. -
Run
npm run build -
Copy the following folders/files to web server
/build, /image, index.html