Skip to content

hjfitz/IT-Society-Website

Repository files navigation

IT Society Website

License: GPL v2 npm

Website for the IT Society at the University of Portsmouth.

Utilises React. Written in ES6, but transpiled, with Webpack and a Babel Polyfill+Transpile.

Setup

  1. Clone the project

git clone https://github.com/hjfitz/site.git

  1. Install all dependencies

npm install

  1. Build the software

npm run build

  1. Serve it!

npm start

Dev

  1. Clone the project

git clone https://github.com/hjfitz/site.git

  1. Build it, but watch for any changes.

npm run build-dev

  1. Run the server, and again, watch for any changes.

npm run dev

  1. Code!