rjoshima / frontend-application

💮 ALIS Media - Frontend Application

Home Page:https://alis.to

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

frontend-application

CircleCI

Prerequisite

  • ndenv
  • yarn
  • serverless
  • aws cli
  • direnv

Environment valuables

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

# allow
direnv allow

Build and deployment

Install dependencies

# install dependencies
ndenv install
yarn

Deployment

./deploy.sh

Development

Serve with hot reload at localhost:3000

yarn dev

Launch server

yarn start

Generate static project

yarn generate

About

💮 ALIS Media - Frontend Application

https://alis.to


Languages

Language:Vue 77.8%Language:JavaScript 20.1%Language:CSS 1.6%Language:HTML 0.4%Language:Shell 0.1%