On my local machine I have been developing on a tabler clone. To run it, I do as the repo suggests and run npm run serve
. This brings up nice dev tools like auto-compiling scss and livereloading after changes. Further, npm run dist
creates a /dist
folder with my sites contents. However, I want to run this on an EC2 instance, but am unsure how to run for a production environment. How would I do this?
A direct Tabler clone is live here on my server. As you can see it takes too long to serve up the basic index page. This is the issue I am trying to solve by running in production
from How to run Tabler in production
No comments:
Post a Comment