legacy WECE website
Static HTML, CSS, and js static site bundled with Webpack
First, start the app:
npm run startTo see live changes, run watch:
npm run watchFirst build the app:
npm run predeployThen deploy to the gh-pages branch:
npm run deployThe site on CPanel (not deployed anymore) is served out of master.
Make a pull request from gh-pages --> master to see live changes on wece.ece.illinois.edu. (Not anymore)