Skip to content

sibite/social-app

Repository files navigation

Forks Stargazers


Logo

Social App

About The Project

Inspired by Facebook

App Screen Shot

Getting Started

Prerequisites

  • Node.js

Preparation

  1. Clone the repo

    git clone https://github.com/sibite/social-app.git
  2. Install NPM packages

    npm install

Development

  1. Start the React app

    npm start
  2. Start the server in watch mode

    npm run server

Production

  1. Create your own ACCESS_TOKEN_SECRET in configuration file

  2. Build the app and server

    npm run build
  3. Start the app

    npm run start-build

Configuration

  1. Copy file server/config/config.default.ts and rename it to config.dev.ts or config.prod.ts depending on which config you want to create

  2. Edit variables to match your needs