smallfish

An React solution for back-office system.

Quick start

Simple

We turn everything in the development environment into a switchable configuration; Don't worry about the complicated package dependency upgrade problem, just care about a version of smallfish

Specification

Smallfish specifies all the processes in the development process, and the development process is like building blocks, so that your energy is 100% focused on the business logic.

Unity

The strong constraint system allows all developers to write code under the smallfish system to standardize and greatly reduce the follow-up maintenance costs.

What is smallfish?

Smallfish is a React front-end solution focused on mid-backend systems. It solves the problem of developing complex mid-backend systems and makes the entire development process simple, standardized and unified.

It contains the following three parts:

  • Simple, unified, and standardized front-end framework
  • Rich front-end scenario solution documentation
  • Companion automation tools

Quick start

$ git clone https://github.com/smallfishjs/smallfish-boilerplate-management-system.git my-app

$ cd my-app

$ npm install // or yarn

$ npm start // or yarn start

yarn(https://yarnpkg.com/) is a faster and more convenient package manager than npm