NodeJS TypeScript Boilerplate

🧰 Prerequisites

  1. Install NodeJS v10.21.0

🚀 Development

  1. Install Prettier ESLint VSCode Extension
  2. Locate the repository in terminal/bash
  3. Install dependencies - yarn install in the repository directory
  4. Run yarn dev in the repository directory

🎁 Deployment

  • Create .env file (or run mv .env.uat.sample .env)
  • Run yarn start in the repository

Create bundle

  • Run yarn install
  • Run yarn bundle:create

👷 Built With

📚 Author