SHAN Huiyang

Results 10 comments of SHAN Huiyang

你好@custjiajia, 因为这个Project不再更新, 我启动了一个新的 MERN 项目,并且使用了 Typescript。 https://github.com/shanhuiyang/TypeScript-MERN-Starter I think the new MERN project can fulfil your requirement. It is featured by: - **[RESTful-style](https://www.restapitutorial.com/lessons/whatisrest.html)**, powered by an embedded [oauth2 server](https://github.com/jaredhanson/oauth2orize) and...

Hi @birendra-90, Since this project is deprecated, I started a new MERN project in Typescript. https://github.com/shanhuiyang/TypeScript-MERN-Starter I think the new MERN project can fulfil your requirement. It is featured by:...

Hi @nreoch25 , Since this project is deprecated, I started a new MERN project in Typescript. https://github.com/shanhuiyang/TypeScript-MERN-Starter I think the new MERN project can fulfil your requirement. It is featured...

Hi @hamboomger , intuitively we would like to create a `common` folder, which can be located at the same directory with `client` and `server`. The problem is, we built our...

@hamboomger , because for any unhandlable routes the server responds the index.html directly, this means server leave any routes it cannot process to the client. Look at the condition here...

By the way, I also would like to create a `common` folder as you suggested. So I will keep this issue opened and find a time to resolve this issue.

Thanks for reporting. As you can see I have not maintained this project since 2 years ago, so a lot of things are obsolete now. I almost gave up this...

Now by default you can test on Android emulator without change the default IP address. But there still problem as opening debugging. Keep the issue opened.

Fixed the debug issue, found this ip does not work for Oauth2. Need further investigation.

Cannot provide that, this issue only happened once in my app. @evant I just would like to try here to see if you can get some clue on this.