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.
- Host: GitHub
- URL: https://github.com/jtsang4/tw-homework
- Owner: jtsang4
- Created: 2017-11-05T09:27:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-05T09:48:18.000Z (over 7 years ago)
- Last Synced: 2025-01-08T20:53:15.208Z (5 months ago)
- Language: JavaScript
- Size: 58.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.