itu-boilerplate-express
v1.0.2
Published
Property of ICT PT. Indotruck Utama
Downloads
1
Readme
ITU Express JS Starter App Generator 🚀🤖
Property of ICT PT. Indotruck Utama
Configuration
- Clone this repository
git clone https://github.com/itu-reinhard/itu-boilerplate-express.git
- Install dependencies
npm install
- Link the project to local npm
npm link
Usage
- Go to the desired working directory
- Run this command:
npx create-itu-api <project-name>
# e.g.
npx create-itu-api ITU_CRC
- Wait for the installation to complete
- Move to working directory
cd <project-name>
- Configure your environment variable to
.env
file. You can use.env.example
as starter guidelines. - Start the server. You can use
npm run dev
for development server ornpm start
for production server.