Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

home true
actionText Quick start
actionLink /start/
features
title details
Simple
We turn everything in the development environment into a switchable configuration, all out of the box; don't worry about the complicated package dependency upgrade problem, just care about a version of smallfish
title details
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.
title details
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.
footer MIT Licensed | Copyright © 2018-present

What is smallfish?

Smallfish is a React front-end solution focused on mid-range systems. It solves the problem of developing complex mid-level 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

$ yarn start

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