Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hjfitz/it-society-website
- Owner: hjfitz
- License: gpl-3.0
- Created: 2017-06-12T14:48:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-11T18:03:30.000Z (over 7 years ago)
- Last Synced: 2024-11-14T10:40:56.974Z (2 months ago)
- Topics: babel, es6, es6-javascript, heroku, javascript, materialize, node, nodejs, react, uop, webpack
- Language: JavaScript
- Homepage: http://itsoc.com
- Size: 4.36 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!