Website for the IT Society at the University of Portsmouth.
Utilises React. Written in ES6, but transpiled, with Webpack and a Babel Polyfill+Transpile.
- Clone the project
git clone https://github.com/hjfitz/site.git
- Install all dependencies
npm install
- Build the software
npm run build
- Serve it!
npm start
- Clone the project
git clone https://github.com/hjfitz/site.git
- Build it, but watch for any changes.
npm run build-dev
- Run the server, and again, watch for any changes.
npm run dev
- Code!