Leto Server(less)

April 3, 2017 ยท View on GitHub

Run Angular with server(less) side render. Demo: https://serverless.letojs.com

Installation

git clone --depth=1 https://github.com/helixone/leto-serverless
cd leto-serverless
yarn install 

or

npm i

Run Leto Server(less)

npm start # builds app and run local server

Build Leto Server(less)

npm run build # build server, www, and electron. Output /dist

Deploy Leto Server(less)

npm run build:deploy # builds server, and deploys to AWS

Contents

  1. 0.1Installation
  2. 0.2Run Leto Server(less)
  3. 0.3Build Leto Server(less)
  4. 0.4Deploy Leto Server(less)