You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 7, 2023. It is now read-only.
Running gulp build will generate all necessary files and assets and place them in the build folder.
Hosting Locally
If nginx is installed you can run gulp serve to use the nginx.conf provided. This will run an instance of nginx and serve the build folder on port 3300.
Running gulp dev will build, serve, and then watch for changes.
*If you are using a different web server you can use gulp build and gulp watch to (re)generate the build folder as you make changes. It is recommended that the web server serve the build folder directly (as opposed to copying it's contents to another location).