Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 984 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 984 Bytes

Netlify Status

lewisjmorgan

This repository contains all the source code for my website. Right now there is no backend, however it'll probably be done using AWS Lambdas & Netlify if it's required at some point for the site.

Contents

  • web-app - Frontend user experience for the website. It's a single React app written using pure Kotlin with a React framework using create-react-app and Bootstrap for CSS. Gulp is also used for build assistance (glyphs and sass mostly).
    • Please see the README inside web-app for more detailed information.

Deploying

  • Netlify is used for continous deployment of the website whenever the master branch is updated. It serves a built web app to lewisjmorgan.com.

Tools/Technologies

  • Kotlin
  • React
  • CSS with Sass & Bootstrap
  • JavaScript
  • HTML
  • Gulp
  • Continous Deployment (Netlify)