soybeanjs/soybean-admin Installation Guide
How to install soybeanjs/soybean-admin. Official project installation instructions and setup guide.
Automated Install (Recommended)
Quick installation instructions for soybeanjs/soybean-admin. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i soybeanjs/soybean-adminInstall via npx
npx @hexmos/ipm i soybeanjs/soybean-adminPrerequisites
Node.js
languageVersion: >=16.0.0
npm
package_managerVersion: 8.14.3
yarn
package_managerVersion: 20.0.1
git
system_toolVersion: 2.36.1
docker
system_toolVersion: 20.10.1
python
languageVersion: 3.9.5
pip
package_managerVersion: 21.0.1
yarn-workspace
libraryVersion: 1.0.0
webpack
build_toolVersion: 5.74.0
eslint
libraryVersion: 8.1.0
prettier
libraryVersion: 2.3.4
jest
build_toolVersion: 28.0.1
react-scripts
libraryVersion: 5.0.1
eslint-config-airbnb
libraryVersion: 20.0.0
stylelint
libraryVersion: 14.0.0
css-modules
libraryVersion: 2.3.1
babel
build_toolVersion: 7.4.5
webpack-cli
libraryVersion: 4.10.0
express
libraryVersion: 4.18.2
cors
libraryVersion: 2.8.5
helmet
libraryVersion: 4.0.1
body-parser
libraryVersion: 1.19.0
axios
libraryVersion: 0.28.0
mongodb
system_packageVersion: 4.6.1
redis
system_packageVersion: 5.0.2
sequelize
libraryVersion: 6.1.4
typeorm
libraryVersion: 3.0.0
mysql
system_packageVersion: 8.0.24
postgres
system_packageVersion: 15.3.0
aws-sdk
serviceVersion: 2.14.0
google-cloud-storage
serviceVersion: 1.3.0
aws-lambda
serviceVersion: 2.0.0
azure-functions
serviceVersion: 1.0.0
github
serviceVersion: 2.0.0
gitlab
serviceVersion: 1.0.0
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Clone Repository and Install Dependencies via npm
git clone https://github.com/soybeanjs/soybean-admin.gitPost Installation Steps
- Start the server using `npm start`.
- Run database migrations with `npx sequelize db:migrate`.
