Skip to content

leandromerli/angular-universal

 
 

Repository files navigation

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

About

Angular 6 Universal + AWS serverless starter kit based on @angular/cli featuring Server-Side Rendering (SSR) and HMR on browser/server sides

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 76.1%
  • JavaScript 16.4%
  • HTML 7.1%
  • CSS 0.4%