A starter kit using an Express implementation of Epilogue. It handles generic functionality like authentication and authorization as well as repetitive tasks like setting up Epilogue resources and milestones.
Put your credentials into src/config.js. After that, you can start by adding or editing resources in the resources folder. To learn more about resources in Epilogue Starter Kit, read this. You should read Epilogue's documentation as well to fully understand resources and milestones.
Start the server by running gulp start
(gulp serve
for the build version).