Install http-server
to serve up the site locally.
$ npm install -g http-server
Run http-server
$ http-server
Visit http://localhost:8080.
Upload files to AWS S3 Bucket. Enable static webiste hosting.
Clone repo to home directory
Create a symlink to the Nginx config file
$ cd /etc/nginx/sites-enabled
$ sudo ln -s ~/meadwell/config/meadwell.conf /etc/nginx/sites-enabled/
Restart Nginx
$ sudo service nginx restart