Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 658 Bytes

README.md

File metadata and controls

37 lines (19 loc) · 658 Bytes

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