Skip to content

Commit 9842a75

Browse files
authored
Update README.md
1 parent b7b58b0 commit 9842a75

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
![License](https://img.shields.io/github/license/nexbitio/react-scripts-ts.svg)
55
[![NPM](https://img.shields.io/npm/v/@nexbit.io/react-scripts-ts.svg)](https://www.npmjs.com/package/@nexbit.io/react-scripts-ts)
6-
[![CircleCI Status](https://circleci.com/gh/nexbitio/react-scripts-ts.svg?style=shield&circle-token=:circle-token)](https://circleci.com/gh/nexbitio/react-scripts-ts)
6+
77

88
# @nexbit.io/react-scripts-ts
99

@@ -18,19 +18,21 @@ Modern build setup with no configuration for <b> [ React + TypeScript ] </b>proj
1818
- Transpilation using [ts-loader](https://github.com/TypeStrong/ts-loader)
1919
- Provide compile-time information for styled components [typescript-plugin-styled-components](https://github.com/Igorbek/typescript-plugin-styled-components)
2020

21-
Found any problem or bug? Please [create a new issue](https://github.com/nexbitio/react-scripts-ts/issues).
21+
## Found any problem or bug? Please [create a new issue](https://github.com/nexbitio/react-scripts-ts/issues) || mailto : developer@nexbit.io
2222

2323
## Features
24-
2524
- Webpack 4
25+
- up-to-date TypeScript
26+
- Zero config optimize build
2627
- TypeScript compilation [ts-loader](https://github.com/TypeStrong/ts-loader)
2728
- Type and tslint errors on a separate process [fork-ts-checker-webpack-plugin](https://github.com/Realytics/fork-ts-checker-webpack-plugin)
2829
- Sass, Less and Css Modules [css-modules](https://github.com/css-modules/css-modules)
2930
- Generate TypeScript typings for CSS modules [typings-for-css-modules-loader](https://github.com/nexbitio/typings-for-css-modules-loader)
3031
- Tranform SVG into React components [svgr](https://github.com/smooth-code/svgr)
3132
- Use `.js|.jsx` and `.ts|.tsx` files together.
3233

33-
Check out the [template files](template) for usage examples.
34+
35+
## Check out the [template files](template) for usage examples.
3436

3537
# Getting started
3638

@@ -82,5 +84,5 @@ Ejecting is not supported in this project, you have 2 options:
8284
```
8385

8486
```bash
85-
NEXBIT.IO Ltd.
87+
2018-2020 | NEXBIT.IO Ltd.
8688
```

0 commit comments

Comments
 (0)