Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hjfitz/it-society-website

Website for the University of Portsmouth's IT Society
https://github.com/hjfitz/it-society-website

babel es6 es6-javascript heroku javascript materialize node nodejs react uop webpack

Last synced: 11 days ago
JSON representation

Website for the University of Portsmouth's IT Society

Awesome Lists containing this project

README

        

# IT Society Website

[![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
[![npm](https://img.shields.io/npm/v/npm.svg)]()

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`

2. Install all dependencies

`npm install`

3. Build the software

`npm run build`

4. Serve it!

`npm start`

## Dev
1. Clone the project

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

2. Build it, but watch for any changes.

`npm run build-dev`

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

` npm run dev`

4. Code!