DavidRojas1612 / LIAPP

Liapp

Home Page:https://liapp.now.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project was bootstrapped with REACT-BOOTSTRAP-WOLOX.

Screens

This are the screens you can to choose for your app.

Components

This are the components you can to choose for your app.

Base Styles

BaseStyles

Deploy

npm run deploy environment

Where environment must match with the current branch and environment must have a .env file and a property in the aws.js configuration.

Valid environments are development, stage and master

Example

If you are in development branch:

  • .env.development exists
  • aws.js must have a development property with the keys for the corresponding bucket

Then, run npm run deploy development

Only building

To only build the application in a specific env, run:

npm run build environment

Starting

To start the server by default (development) run:

npm run start

To start a specific environment, run:

npm run start-env environment

About

Liapp

https://liapp.now.sh


Languages

Language:JavaScript 75.4%Language:CSS 23.8%Language:HTML 0.6%Language:Dockerfile 0.2%