Skip to content

Code24World/easy-interview

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy Interview

Hackathon project, for easier interview and better FreeWheel!

Member

  • Hua Shao (PM & QA)
  • Qinting Han (PM & QA)
  • Zhongkai Zhao (DEV)
  • Xu Hu (DEV)

Tech

Mainly written in Javascript, powered by Expressjs, Reactjs and Redux, and use Semantic UI for UI framework.

Requirements

  1. Nodejs (v4.0 or higher)
  2. npm (v3.0 or higher, run the command npm install npm -g)
  3. Browser which supports HTML5 & ES6 (here is a doc about Object.assign)

Usage

  1. First of all, install node and mongodb, then use npm to install bower and gulp.

     brew install node mongodb
     npm install bower gulp -g
    
  2. 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
    
  3. Start mongodb as our database. The default port is 27017.

     mongod
    
  4. Use gulp to watch and start server.

     # under the project directory
     gulp dev
    

About

📝 For easier interview and better FreeWheel!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.6%
  • Other 1.4%