This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Description
The default template that is added to new Slipcast projects includes the files from the template/ folder. Its purpose should be to show off the features of the application, but the resulting website should also look much better than the current bare html tags rendered today.
To create a new project to see what the current template looks like in action, you can run the following:
npm install slipcast-cli -g
slipcast-cli [folder-name-for-project]
cd folder-name-for-project
npm start
# then open a browser to the url that is output in your terminal (probably localhost:3000)