Download all packages locally in your repository.
npm install
The project relies on a simple webpack 4 configuration. Tech used is vanilla javascript, html, css and saas. For Securing the API the Webpack-Plugin Dotenv was used (https://www.npmjs.com/package/dotenv-webpack).
There are two different webpack confguration, specifically webpack.development.js and webpack.prod.js. For running the project please follow these steps:
npm run build-prod node index.jsFor starting the dev-server just use npm run build-dev