Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 1.54 KB

README.md

File metadata and controls

54 lines (40 loc) · 1.54 KB

Solution for ThoughtWorks Interview Test By Yuqin Shi

This project includes the solution of ThoughtWorks interview test for Yuqin Shi It's based on a react-redux-starter, https://github.com/Prismatik/react-redux-starter

Used Technologies: Framework: React + Redux Language: ES6 (Babel) Build Tool: Webpack Test Tool: Mocha UI component: React-Bootstrap Layout: HTML5, Bootstrap Styles: Less

Tested in Chrome, Firefox, IE 9+

Getting Started

npm install
npm run dev

Browse to http://localhost:9000.

Test

npm test

Production

npm run build

This will build and uglify files to dist/ ready to push to production.

Includes