1.0.2 • Published 6 months ago

itu-boilerplate-express v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

ITU Express JS Starter App Generator 🚀🤖

Property of ICT PT. Indotruck Utama

Configuration

  1. Clone this repository
git clone https://github.com/itu-reinhard/itu-boilerplate-express.git
  1. Install dependencies
npm install
  1. Link the project to local npm
npm link

Usage

  1. Go to the desired working directory
  2. Run this command:
npx create-itu-api <project-name>

# e.g.
npx create-itu-api ITU_CRC
  1. Wait for the installation to complete
  2. Move to working directory
cd <project-name>
  1. Configure your environment variable to .env file. You can use .env.example as starter guidelines.
  2. Start the server. You can use npm run dev for development server or npm start for production server.