Skip to content

Latest commit

 

History

History
72 lines (44 loc) · 2.46 KB

README.md

File metadata and controls

72 lines (44 loc) · 2.46 KB

NgUniversal + Aws Serverless

Angular Universal running on AWS serverless

It uses serverless framework

Run

npm install -g serverless

npm i

npm run dev (local dev server, use it when developing)

npm run dev:serverless (local serverless offline server, try it before deploy:dev)

Deploy

npm run deploy:dev

npm run deploy:prod

Base on

https://github.com/enten/angular-universal

This project was generated with Angular CLI version 6.0.0.

Added to angular-universal (original project)

1- Aws serverless

2- Api endpoint (/api/test)

3- Transfer State

About

This starter kit contains all the minimal tooling and configuration you need to kick off your next universal Angular 6 project.

It combines @angular/cli and udk to won't have to write specific code for development purposes only.

Features

browser side * watchpack to restart dev container when a metafile changed

Getting started

git clone https://github.com/beritsistemas/angular-universal my-project
cd my-project
npm install
npm start