Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 849 Bytes

quickstart.md

File metadata and controls

33 lines (22 loc) · 849 Bytes

Welcome to start the travel of Eva

HopeEva can be the first selection of writing blog who has special aesthetics. And the project is free for all the users.

QuickStart


  1. Install MongoDB

  2. Install Node.js

  3. Install Express.js

  4. Install Vue-cli

  5. Launch MongoDB server using the command:mongod

And then:

// clone the source code
git clone https://github.com/shuiRong/Eva.git
cd Eva
// install the project's dependencies
npm install
// run the backend server program
cd BackEnd && node ./bin/www
// run the frontend server program
cd FrontEnd && npm run dev
// waiting for the program to open the window.(Port: 8080)