Skip to content

remicastaing/angular-serverless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Serverless fullstack example

This example shows how to build an angular app backed by a serverless API.

This example demonstrates how to run a service locally, using the serverless-offline plugin. It provides a REST API to provide authentication and manage account stored in a DynamoDB.

A local DynamoDB instance is provided by the serverless-dynamodb-local plugin.

Setup

In the back folder, run:

npm install
serverless dynamodb install

Run service offline

Both front end and back end have to started separately.

In the back folder, run:

serverless offline

In the front folder, run:

npm start

Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published