UNPKG

1.05 kBHTMLView Raw
1<div style="font-size:16px">
2 <div class="row" >
3 <div class="col-lg-12">
4 <div>This library was created to minimize the
5 time required to setup a development environment.</div>
6 <div>Key components provided by this library are:</div>
7
8 <br/>
9 <ul>
10 <li>Webpack</li>
11 <li>Webpack-dev-server</li>
12 <li>Jest + Enzyme (Unit testing)</li>
13 <li>Babel(ES6 + JSX support) (stage-0 included)</li>
14 <li>React</li>
15 <li>React-Redux</li>
16 <li>React-dom</li>
17 <li>Root files (ie: .eslintrc, .editorconfig etc.) for a project</li>
18 <li>css / sass support</li>
19 <li>bundle size analyzer</li>
20 <li>JS lint support</li>
21 </ul>
22 </div>
23
24 <div class="col-lg-12">
25 For developers wishing to setup a dev environment, please see the {@tutorial developersQuickStart} tutorial
26 </div>
27
28 <div class="col-lg-12">
29 For maintainers wishing to add features, please see the {@tutorial maintainersGettingStarted} tutorial
30 </div>
31 </div>
32</div>
\No newline at end of file