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

example project feathers, react, grommet, universal

License

Notifications You must be signed in to change notification settings

primozs/feathers-react-bojler

Repository files navigation

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

About

example project feathers, react, grommet, universal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published