Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 399 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 399 Bytes

Description

This is an webpack express based backend template project.

Setup

1. Installation

# isntall Serverless Framework
npm install -g serverless
# install dependencies
npm i

2. Development

npm run start

3. Build and deploy

npm run deploy

Main features / technologies

  • Serverless
  • Express Server API
  • Webpack