- Clone repo
- Ensure using
node >=v14 - Run
yarn addto download npm modules
yarn start— Launch localhost and webpack dev serverlocalhost:8080for local developmentyarn build— Build and place minified production files in /dist (ensure production flag)
The pertinent production files are located in the /dist directory. Place these files in the root or where ever the domain directory is served. All files are static and do not require further server/db configuration.