An open API service indexing awesome lists of open source software.

https://github.com/jtsang4/tw-homework

A ThoughtWorks's homework.
https://github.com/jtsang4/tw-homework

Last synced: 4 months ago
JSON representation

A ThoughtWorks's homework.

Awesome Lists containing this project

README

        

# [TW-homework](https://github.com/ArthurTsang1/TW-homework)

This project is a ThoughtWorks homework, a fluid layout web page.

## Development

npm install
npm start

## Production

npm run build

The production code is in 'dist' folder.

## Test

npm test

## Deatils

### Entry

`src/index.js`

### How to develop this project?

- Javascript
+ Use ES6
+ Use Babel to compile code for IE9 compatibility
- CSS
+ import normalize.css
+ Use Less to write CSS easily
- Use webpack to build and budle all packages.

## Additional

This version is only for PC browsers, the mobile version is not finished.