项目作者: pdx-connect

项目描述 :
A responsive social media web-app for PSU - a capstone project by Team C (Antarctica)
高级语言: TypeScript
项目地址: git://github.com/pdx-connect/pdx-connect.git
创建时间: 2019-02-08T03:50:50Z
项目社区:https://github.com/pdx-connect/pdx-connect

开源协议:GNU Affero General Public License v3.0

下载


pdx-connect

Build Status

A capstone project by Team-Connect to create a responsive web platform to connect the community of Portland State University.

Installation

  1. $ npm run setup

This command will use NPM to install Yarn and then use Yarn to install the project.

Configuration

The server must be configured to access a MySQL database. Create a file server/config/db.json with the following format:

  1. {
  2. "host": "localhost",
  3. "database": "DATABASE",
  4. "username": "USERNAME",
  5. "password": "PASSWORD"
  6. }

Building and Running (for development)

  1. $ npm run dev

This will build the project in development mode (source maps enabled, etc) and start the application in development mode.

Deployment (for production)

  1. $ npm run deploy

This will build the project in production mode (minification) and automatically start the application.