1.0.2 • Published 2 years ago
itu-boilerplate-express v1.0.2
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 linkUsage
- 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
.envfile. You can use.env.exampleas starter guidelines. - Start the server. You can use
npm run devfor development server ornpm startfor production server.