Skip to main content

Initializing NodeJS 12.x Express App

Creating new NodeJS Express Application

note

This feature is still on beta. Keep checking back in for more information or join our slack channel to get more information here.

User will be able to initialize NodeJS Express Application using the following command:

lc code init --name "<AppName>" --module "<ModuleName>" --function "<FunctionName>" --language "nodejs12.x" --web "express"

Using Existing NodeJS Express Application