2
2
3
3
4
4
JavaScript library boilerplate, a web project template using:
5
- > JavaScript Library - [ React] ( https://facebook.github.io/react/ ) ;
6
- > UI Library - [ React Bootstrap] ( https://react-bootstrap.github.io/ ) ;
5
+ > JavaScript Library - [ React] ( https://facebook.github.io/react/ ) ;
6
+ > Application Architecture - [ Redux] ( http://redux.js.org/ ) ;
7
+ > Declarative routing for React - [ React Router] ( https://github.com/ReactTraining/react-router ) ;
8
+ > React Components that Implement Google's Material Design. - [ Material UI] ( https://github.com/callemall/material-ui ) ;
9
+ > Mock Server based on Express - [ Mock Server] ( https://shinxi.github.io/react/#/6/1 ) ;
7
10
> Future ECMASCript Standards - [ ES6+] ( http://babeljs.io/docs/learn-es2015/ ) ;
8
11
> Javascript Compiler - [ Babel] ( http://babeljs.io/ ) ;
9
- > Application Architecture - [ Redux] ( http://redux.js.org/ ) ;
10
12
> Module Bundler - [ webpack] ( http://webpack.github.io/docs/tutorials/getting-started/ ) ;
11
- > Javascript Test Runner - [ Karma] ( https://karma-runner.github.io/0.13/index.html ) ;
12
- > Test Framework - [ Mocha] ( http://mochajs.org/ ) ;
13
- > Tests Assertion - [ Chai] ( http://chaijs.com/ ) ;
14
- > Test spies/stubs/mocks - [ Sinon] ( http://sinonjs.org/ ) .
15
13
16
14
### Features
17
15
18
16
### Getting Started
19
17
20
18
* Follow the [ getting started guide] ( ./getting-started.md ) to download and run the project
21
19
20
+ ### Build & Deploy
21
+ * Follow [ Build Doc] ( ./build.md ) to build and deploy your project.
22
+
22
23
### Directory Layout
23
24
24
25
```
@@ -45,7 +46,6 @@ JavaScript library boilerplate, a web project template using:
45
46
46
47
* [ Getting Started with React.js] ( http://facebook.github.io/react/ )
47
48
* [ Redux Intro] ( http://redux.js.org/ )
48
- * [ Getting Started with React Bootstarp] ( https://react-bootstrap.github.io/getting-started.html )
49
49
* [ Getting Started with Webpack] ( https://webpack.github.io/docs/tutorials/getting-started/ )
50
50
* [ Learn ES6] ( https://babeljs.io/docs/learn-es6/ )
51
51
* [ ES6 Features] ( https://github.com/lukehoban/es6features#readme )
0 commit comments