Skip to content

Commit c2094d7

Browse files
committed
end commit
1 parent a1019c7 commit c2094d7

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# Ultimate boilerplate react-app-mobx
1+
# Ultimate boilerplate react-app-mobx with mutilanguage/multidomain support
22

3+
This boilerplate is created in aim to help you to create multi-langue website.
34
We did a version fully working with server side rendering,
45
But we decided to start from single page application instead, will be easier to maintain!
56
And we will use https://prerender.io/ to prerender and cache our we-site for google SEO
@@ -10,9 +11,9 @@ And we will use https://prerender.io/ to prerender and cache our we-site for goo
1011
We can hire developper using our MOBX TECHNOLOGIE
1112
-------------------------------------------------
1213

13-
## About THis boilerplate
14-
This is a starter boilerplate app
15-
We together using the following technologies:
14+
## About This boilerplate
15+
This is a starter boilerplate app
16+
We together using the following technologies:
1617
**fontawesome + mobx + material-ui + bootstrap** + https://github.com/kriasoft/react-app
1718

1819
* Both client and server make calls to load data from separate API server
@@ -26,7 +27,7 @@ We together using the following technologies:
2627
* [mobx Dev Tools](https://github.com/mobxjs/mobx-react-devtools) for next generation DX (developer experience).
2728
* [ESLint](http://eslint.org) to maintain a consistent code style
2829
* [mobx-ajv-form](https://github.com/erikras/lru-memoize) best form validation AJV
29-
* [style-loader](https://github.com/webpack/style-loader), [sass-loader](https://github.com/jtangelder/sass-loader) and [less-loader](https://github.com/webpack/less-loader) to allow import of stylesheets in plain css, sass and less,
30+
* [style-loader](https://github.com/webpack/style-loader), and [less-loader](https://github.com/webpack/less-loader) to allow import of stylesheets in plain css, sass and less,
3031
* [bootstrap v3](http://getbootstrap.com/) bootstrap + jquery CDN loaded async with https://www.npmjs.com/package/async-js
3132

3233

templates/app/README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# Ultimate boilerplate react-app-mobx
1+
# Ultimate boilerplate react-app-mobx with mutilanguage/multidomain support
22

3+
This boilerplate is created in aim to help you to create multi-langue website.
34
We did a version fully working with server side rendering,
45
But we decided to start from single page application instead, will be easier to maintain!
56
And we will use https://prerender.io/ to prerender and cache our we-site for google SEO
@@ -10,9 +11,9 @@ And we will use https://prerender.io/ to prerender and cache our we-site for goo
1011
We can hire developper using our MOBX TECHNOLOGIE
1112
-------------------------------------------------
1213

13-
## About THis boilerplate
14-
This is a starter boilerplate app
15-
We together using the following technologies:
14+
## About This boilerplate
15+
This is a starter boilerplate app
16+
We together using the following technologies:
1617
**fontawesome + mobx + material-ui + bootstrap** + https://github.com/kriasoft/react-app
1718

1819
* Both client and server make calls to load data from separate API server
@@ -26,7 +27,7 @@ We together using the following technologies:
2627
* [mobx Dev Tools](https://github.com/mobxjs/mobx-react-devtools) for next generation DX (developer experience).
2728
* [ESLint](http://eslint.org) to maintain a consistent code style
2829
* [mobx-ajv-form](https://github.com/erikras/lru-memoize) best form validation AJV
29-
* [style-loader](https://github.com/webpack/style-loader), [sass-loader](https://github.com/jtangelder/sass-loader) and [less-loader](https://github.com/webpack/less-loader) to allow import of stylesheets in plain css, sass and less,
30+
* [style-loader](https://github.com/webpack/style-loader), and [less-loader](https://github.com/webpack/less-loader) to allow import of stylesheets in plain css, sass and less,
3031
* [bootstrap v3](http://getbootstrap.com/) bootstrap + jquery CDN loaded async with https://www.npmjs.com/package/async-js
3132

3233

0 commit comments

Comments
 (0)