Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Latest commit

 

History

History
49 lines (40 loc) · 1.05 KB

README.md

File metadata and controls

49 lines (40 loc) · 1.05 KB

React Feathers

Real time demo Chat application with authentication universal render and localization. Based on feathers-chat

About

This project uses:

Getting Started

  1. Make sure you have NodeJS and npm installed.
  2. Install your dependencies
cd path/to/feathers-react-bojler; npm install
  1. Setup mysql database and configs
  2. Start your app
npm start
  1. Open two browsers and exchange messages
http://localhost:3030/

Production

  1. Build and start
npm run build:start
  1. Open in browser
http://localhost:3333/

TODO:

  • ROUTES
    • 404
    • home
    • contact