/tylerreckart.com-v1

Archive of the code that was my personal website 2015-2017

Primary LanguageJavaScriptMIT LicenseMIT

tylerreckart.com

Get yourself up and running

Development

Install our dependencies

yarn install

Make sure GraphQL & PSQL are running

yarn serve

Start the development server

yarn start

Testing

jest

Build & Serve

Make sure GraphQL & PSQL are running

yarn serve

Run the build

yarn build