This is a project for a Single-Page Application implemented in VuePress that I (Peter Larsson-Green) will use to share the course material in the courses I teach at Jönköping University. It is hosted here on GitHub at peppel-g.github.io/course-material/ using their static web hosting service GitHub pages.
git clone https://github.com/PeppeL-G/course-material.git
cd course-material
npm install
npm run dev
- Open localhost:8080 in a web browser.
To upload the changes to GitHub Pages, run the npm script called deploy
:
npn run deploy