gvko / bundler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bundler

Getting started

Install the npm packages

$ pnpm install

Set up env vars:

  1. create a file .env in the same level as .env.example
  2. copy the contents of .env.example into .env
  3. Change the values accordingly
  4. Run the app as described in the next section

Running the app

# watch mode (local nodejs process)
$ npm run start:dev

# production mode (inside docker container)
$ npm run start:prod

The latter will build a Docker image and start the app in a docker container.

About


Languages

Language:TypeScript 96.2%Language:JavaScript 2.1%Language:Dockerfile 1.7%