Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lindsaykwardell/node-react-typescript-starter
Basic starter for NodeJS/Express/React application using Typescript
https://github.com/lindsaykwardell/node-react-typescript-starter
Last synced: about 1 month ago
JSON representation
Basic starter for NodeJS/Express/React application using Typescript
- Host: GitHub
- URL: https://github.com/lindsaykwardell/node-react-typescript-starter
- Owner: lindsaykwardell
- License: mit
- Created: 2018-11-28T18:44:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-16T00:52:31.000Z (over 3 years ago)
- Last Synced: 2024-10-13T20:26:49.160Z (3 months ago)
- Language: JavaScript
- Size: 2.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Node/React/Express/Typescript Starter
Basic starter for a full stack application using NodeJS, Express, React (create-react-app), and Typescript.
### Commands
- dev: Live development of both client and server
- build: Builds both the server and clientNote: I stripped create-react-app default template down a bit, and it now does a fetch query against the server to prove that it's connected.