All Projects → AlisProject → Frontend Application

AlisProject / Frontend Application

Licence: mit
💮 ALIS Media - Frontend Application

Projects that are alternatives of or similar to Frontend Application

Jrestless
Run JAX-RS applications on AWS Lambda using Jersey. Supports Spring 4.x. The serverless framework can be used for deployment.
Stars: ✭ 93 (-48.62%)
Mutual labels:  api-gateway, serverless
Serverless Architectures Aws
The code repository for the Serverless Architectures on AWS book
Stars: ✭ 120 (-33.7%)
Mutual labels:  api-gateway, serverless
Cda Locale
Showing Microsoft Cloud Developer Advocates speaking, 2017 and 2018
Stars: ✭ 101 (-44.2%)
Mutual labels:  serverless, nuxt
Prestashop
Free PWA & SPA for PrestaShop
Stars: ✭ 59 (-67.4%)
Mutual labels:  nuxt, spa
Laravel Nuxt Js
Build a SPA with Laravel and Nuxt.
Stars: ✭ 146 (-19.34%)
Mutual labels:  nuxt, spa
Ecommerce Netlify
🛍 A JAMstack Ecommerce Site built with Nuxt and Netlify Functions
Stars: ✭ 1,147 (+533.7%)
Mutual labels:  serverless, nuxt
Apisix Docker
the docker for Apache APISIX
Stars: ✭ 119 (-34.25%)
Mutual labels:  api-gateway, serverless
Opencart
Free PWA & SPA for OpenCart
Stars: ✭ 50 (-72.38%)
Mutual labels:  nuxt, spa
Vue Soundcloud
🎧 A SoundCloud client built with Vue and Nuxt
Stars: ✭ 141 (-22.1%)
Mutual labels:  nuxt, spa
Laravel Nuxt
Build a SPA with Laravel and Nuxt.
Stars: ✭ 124 (-31.49%)
Mutual labels:  nuxt, spa
Up
Up focuses on deploying "vanilla" HTTP servers so there's nothing new to learn, just develop with your favorite existing frameworks such as Express, Koa, Django, Golang net/http or others.
Stars: ✭ 8,439 (+4562.43%)
Mutual labels:  api-gateway, serverless
Zappa
Serverless Python
Stars: ✭ 11,859 (+6451.93%)
Mutual labels:  api-gateway, serverless
Laravel Vuejs.com
Laravel and VueJs Blog, using Laravel nova, GraphQL, NuxtJs, Apollo and ...more
Stars: ✭ 54 (-70.17%)
Mutual labels:  nuxt, spa
Nuxt Chat App
Frontend of real-time chat application built using nuxtjs, socket.io. Check the backend at https://github.com/binbytes/chat-app-server.
Stars: ✭ 77 (-57.46%)
Mutual labels:  nuxt, spa
Serverless Application
🍤 ALIS Media - Serverless Application
Stars: ✭ 52 (-71.27%)
Mutual labels:  serverless, spa
Serverless Sharp
Serverless image optimizer for S3, Lambda, and Cloudfront
Stars: ✭ 102 (-43.65%)
Mutual labels:  api-gateway, serverless
Serverless Es Logs
A Serverless plugin to transport logs to ElasticSearch
Stars: ✭ 51 (-71.82%)
Mutual labels:  api-gateway, serverless
Aws Power Tuner Ui
AWS Lambda Power Tuner UI is an open source project creating a deployable easy to use website built on a layered technology stack allowing you to optimize your Lambda functions for cost and/or performance in a data-driven way via an easy to use UI.
Stars: ✭ 52 (-71.27%)
Mutual labels:  api-gateway, serverless
Hexaville
The modern serverless web application engine and framework for Swift
Stars: ✭ 123 (-32.04%)
Mutual labels:  api-gateway, serverless
Serverless Next.js
⚡ Deploy your Next.js apps on AWS Lambda@Edge via Serverless Components
Stars: ✭ 2,977 (+1544.75%)
Mutual labels:  api-gateway, serverless

frontend-application

CircleCI

Prerequisite

  • nodenv
  • yarn
  • serverless
  • aws cli
  • direnv

Environment valuables

# Create .envrc to suit your environment.
cp -pr .envrc.sample .envrc
vi .envrc # edit

# allow
direnv allow

Also, you should use variables in .envrc.sample.develop when you are developing.

Build and deployment

Install dependencies

# install dependencies
nodenv install
yarn

Build

yarn build

Deployment

yarn deploy

# Re install dependencies
yarn

Development

Serve with hot reload at localhost:3000

yarn dev

Launch server

yarn start

Generate static project

yarn generate
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].