A simple JavaScript application to understand how to read env variables from a .env file by using webpack.
First, install the dependencies:
npm ci
# or
yarnThen build the project and run the server:
npm run build && npm run serveOpen http://localhost:3000 with your browser to see the result.
If you want to go deeper, about the tech side of this project, you can read the post I've written on my blog.
