- Notifications
You must be signed in to change notification settings - Fork5
Reference app for React + TypeScript + Node.js development
License
NotificationsYou must be signed in to change notification settings
stephensong/socketio-react-chat
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This project was bootstrapped withcreate-react-app-typescript.
The purpose of this is to see how to use modern web libraries together in a single, cohesive web app. Sometimes it's more helpful to see real world examples, because those are the places we run into questions about design or architecture choices.
- TypeScript
- React.js
- Blueprint.js
- Socket.io
- React Router
- Styled Components
- Normalize.css
- OpenID Connect (Login with Google)
- TSLint
I also havean example of how to add missing type definitions for libraries that don't already have any.
Server:
$ cd server$ cp config-sample.json config.json$ npm install$ npx tsc$ node dist/index.js
Client:
$ cd client$ npm install$ npm start
About
Reference app for React + TypeScript + Node.js development
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published