This is really just a JS playground where I can do little tests like one could on codepen, except this feels a little bit better since I built it and that's nifty.
- ES6 w/ babel
- Module bundling per page
- SCSS compiling
- Handlebars templating
- run
npm install
to get all the dev dependencies - run
npm run build
to generate the webpack bundles in thedist/
directory - run
npm start
to launch thewebpack-dev-server
and opens uphttp://localhost:8080
to view the landing page
- Make cli for adding page
- Have the dev server open a new browser window by default
- Somehow have a pre-hook that clears out the
dist
directory and builds - Better organization of files, I'm really not feeling this rn
- Make config more config-y, right now it returns functions and other weird shit