Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 449 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 449 Bytes

Personal Website

This is my personal website. It's a rails app with react, webpack, and eslint. Feel free to borrow it as a starting off point for your own site. Most of my components come from Materual-UI.

Start up all the things

Start up the rails server

rails s

and start webpack so your assets actually load

yarn dev

If you use npm....errr...do that thing npm people do. npm run dev?