/Feathers-React-Starter

Feathers-React Application Starter Kit

MIT LicenseMIT

Feathers-React-Starter

MERN Stack starter template with Feathers.

About

This starter template is aimed towards SaaS apps. It constitutes of Feathers, MongoDB, React and Redux Toolkit. It was bootstrapped with Create React App and Feathers Generator. It contains a pre-configured REST API with local authentication, authentication management and permissions/role management in the server and state management in the web app.

Requirements

Variants

Installation

  1. Clone the repository or use the Github CLI and create a new repository using this template.

    git clone https://github.com/ingeniousambivert/Feathers-React-Starter.git
    git checkout 'branch-name'
  2. Use yarn or npm to install all the dependencies.

    cd directory (web / server)
    yarn / npm install

Built with

Web :

Server :

Database :

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Terms and License

  • Released under the MIT License.
  • Use it for personal and commercial projects, but please don’t republish, redistribute, or resell the boilerplate.
  • Attribution is not required, although it is really appreciated.