Typescript version of Wes Bos' popular reactjs tutorial series
来自: https://github.com/ryanluker/typed-catch-of-the-day
typed-catch-of-the-day
typescript reactjs version of Wes Bos' reactjs for beginners tutorial series!
Follow the flow of the tutorial series by watching the videos and then looking at the relevant PRs.
starter files || course site || Start
Requirements
- Node v4 +
- NPM
- Linux, MacOSX or Windows
Setup
1) clone this repo
2) go to project root
3) npm install
4) npm install typings -g then typings install (if you want typings)
Building
1) npm install webpack@1.12.6 -g
2) npm install typescript@1.7.5 -g
3) run webpack from the project root to build the app
Running
1) npm install webpack-dev-server@1.12.1 -g
2) use webpack-dev-server --content-base build/ --inline --hot to serve the reactjs app
3) navigate to localhost:8080
Testing
1) npm test
本文由用户 moewrkwq 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
转载本站原创文章,请注明出处,并保留原始链接、图片水印。
本站是一个以用户分享为主的开源技术平台,欢迎各类分享!