Hackathon project, for easier interview and better FreeWheel!
- Hua Shao (PM & QA)
- Qinting Han (PM & QA)
- Zhongkai Zhao (DEV)
- Xu Hu (DEV)
Mainly written in Javascript, powered by Expressjs, Reactjs and Redux, and use Semantic UI for UI framework.
- Nodejs (v4.0 or higher)
- npm (v3.0 or higher, run the command
npm install npm -g
) - Browser which supports HTML5 & ES6 (here is a doc about
Object.assign
)
-
First of all, install
node
andmongodb
, then usenpm
to installbower
andgulp
.brew install node mongodb npm install bower gulp -g
-
Dump this repo and install all dependencies.
git clone https://github.com/MrHuxu/easy-interview easy-interview cd easy-interview npm install cd server/public && bower install
-
Start mongodb as our database. The default port is 27017.
mongod
-
Use
gulp
to watch and start server.# under the project directory gulp dev