Skip to content

Commit 648647b

Browse files
committed
update docs
1 parent 7432dd8 commit 648647b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ React-Typescript-Webpack was config with React, Typescript and Webpack without C
2626

2727
# Documentation
2828

29-
[https://thaind97git.github.io/react-typescript-webpack/](https://thaind97git.github.io/react-typescript-webpack/)
29+
Full documentation [here](https://thaind97git.github.io/react-typescript-webpack/)
3030

3131
## License
3232

docs/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
[ yarn or npm run ] build
5252
```
5353

54-
2. Setup env for production mode by create new file `.env.production`
54+
2. Setup env for production mode by create new file `.env`
5555

5656
3. Run project at build directory
5757
- Using pm2: `[ yarn or npm run ] start-pm2`
@@ -121,7 +121,9 @@
121121

122122
_- You don't need do anything else after create and modify `route.ts` because i'm using [import-glob](https://www.npmjs.com/package/import-glob) to auto import (check at `webpack/webpack.common.js` for plugin, `src/router/index.ts` and `src/layouts/main/index.tsx` for using)._
123123

124-
_- If you don't want to use auto import or <b>using project with jest</b>, just using the code that i'm commented. Because i'm not yet support auto import for jest._
124+
_- ~~If you don't want to use auto import or <b>using project with jest</b>, just using the code that i'm commented. Because i'm not yet support auto import for jest.~~_
125+
126+
_- Now, I'm supported auto import route for jest (check at `config/jest/routeMock.js)`_
125127

126128
## Write new component
127129

0 commit comments

Comments
 (0)