Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 262 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 262 Bytes

The Gregg Housh Show

The source of gregghoush.com

Building and running on localhost

First install dependencies:

npm install

To run in hot module reloading mode:

npm run start

To create a production build:

npm run build