Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kuldeepkeshwar/react-express-typescript-starter
This is a starter project with react, express, typescript, webpack & jest
https://github.com/kuldeepkeshwar/react-express-typescript-starter
express hot-reload jest mysql react typescript webpack
Last synced: 21 days ago
JSON representation
This is a starter project with react, express, typescript, webpack & jest
- Host: GitHub
- URL: https://github.com/kuldeepkeshwar/react-express-typescript-starter
- Owner: kuldeepkeshwar
- Created: 2017-10-09T06:44:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T05:08:28.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T05:52:56.771Z (about 1 month ago)
- Topics: express, hot-reload, jest, mysql, react, typescript, webpack
- Language: TypeScript
- Size: 1020 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 12
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# react-express-typescript-starter
This is a starter project with react, express, typescript, webpack & jest## `npm start` to start the server
## `npm start:dev` to start the server in dev mode
## `npm run build` to build application
## `npm run client-build:dev` to build frontend in dev mode
## `npm run server-build:dev` to build server in dev mode
##