Skip to content
/ ezz Public

JavaScript Enterprise Framework based on egg.js and React.js

Notifications You must be signed in to change notification settings

caigehui/ezz

Repository files navigation

Ezz

JavaScript Enterprise Framework based on egg.js and React.js

Get Started

First be sure you have MongoDB and Node.js v8 installed.

Start MongoDB service

mongod

Run Mongo script to initialize database

npm run data

Download and install ImageMagick, because npm package 'gm' requires this.

Then install all dependencies

npm install

Using React 16

npm install [email protected]

Start backend development server

npm run dev

Start frontend development server

npm start

Build web application

npm run build

About

JavaScript Enterprise Framework based on egg.js and React.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published