Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1.23 KB

README.md

File metadata and controls

54 lines (35 loc) · 1.23 KB

mobility-hacks.de website


Quickstart

  • Requires installed NodeJS
npm install
npm run start
open http://localhost:8080

TechStack

  • npm as packager manager
  • Webpack for building
  • react
  • skeleton.css for grid & reset

Building

Master/Live: Build Status

Stage/Dev: Build Status

npm run build

Deployment

Deployment via the a local build and commiting the docs directory, which will be served by Github Pages.

Live reloading & dev

npm run start

Inspiration

Loading effects: Demo

Resposive font size: Blog post

How should the fonts be loaded? Blog post

OffCanvas: https://www.codementor.io/reactjs/tutorial/how-to-build-a-sliding-menu-using-react-js-and-less-css

Loading effects: http://michalsnik.github.io/aos/

.