Skip to content

Commit 3a27a42

Browse files
committed
2 parents 39d3c81 + cde9911 commit 3a27a42

File tree

2 files changed

+51
-6
lines changed

2 files changed

+51
-6
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Screenshots**
24+
If applicable, add screenshots to help explain your problem.
25+
26+
**Desktop (please complete the following information):**
27+
- OS: [e.g. iOS]
28+
- Browser [e.g. chrome, safari]
29+
- Version [e.g. 22]
30+
31+
**Smartphone (please complete the following information):**
32+
- Device: [e.g. iPhone6]
33+
- OS: [e.g. iOS8.1]
34+
- Browser [e.g. stock browser, safari]
35+
- Version [e.g. 22]
36+
37+
**Additional context**
38+
Add any other context about the problem here.

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
## ![react-scripts-ts](template/src/assets/react-ts.png) width="640" height="280" />
1+
## ![react-scripts-ts](template/src/assets/react-ts.png)
2+
23

34
![License](https://img.shields.io/github/license/nexbitio/react-scripts-ts.svg)
45
[![NPM](https://img.shields.io/npm/v/@nexbit.io/react-scripts-ts.svg)](https://www.npmjs.com/package/@nexbit.io/react-scripts-ts)
5-
[![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+
67

78
# @nexbit.io/react-scripts-ts
89

9-
Modern build setup with no configuration for React + TypeScript projects.
10+
Modern build setup with no configuration for <b> [ React + TypeScript ] </b>projects.
1011

1112
### Main differences with create react app:
1213

@@ -17,19 +18,21 @@ Modern build setup with no configuration for React + TypeScript projects.
1718
- Transpilation using [ts-loader](https://github.com/TypeStrong/ts-loader)
1819
- Provide compile-time information for styled components [typescript-plugin-styled-components](https://github.com/Igorbek/typescript-plugin-styled-components)
1920

20-
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
2122

2223
## Features
23-
2424
- Webpack 4
25+
- up-to-date TypeScript
26+
- Zero config optimize build
2527
- TypeScript compilation [ts-loader](https://github.com/TypeStrong/ts-loader)
2628
- Type and tslint errors on a separate process [fork-ts-checker-webpack-plugin](https://github.com/Realytics/fork-ts-checker-webpack-plugin)
2729
- Sass, Less and Css Modules [css-modules](https://github.com/css-modules/css-modules)
2830
- Generate TypeScript typings for CSS modules [typings-for-css-modules-loader](https://github.com/nexbitio/typings-for-css-modules-loader)
2931
- Tranform SVG into React components [svgr](https://github.com/smooth-code/svgr)
3032
- Use `.js|.jsx` and `.ts|.tsx` files together.
3133

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

3437
# Getting started
3538

@@ -79,3 +82,7 @@ Ejecting is not supported in this project, you have 2 options:
7982
}
8083
}
8184
```
85+
86+
```bash
87+
2018-2020 | NEXBIT.IO Ltd.
88+
```

0 commit comments

Comments
 (0)