Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mathieutu/starter-kit-react-express
Take a good start!
https://github.com/mathieutu/starter-kit-react-express
Last synced: about 19 hours ago
JSON representation
Take a good start!
- Host: GitHub
- URL: https://github.com/mathieutu/starter-kit-react-express
- Owner: mathieutu
- Created: 2019-02-04T08:42:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T02:50:27.000Z (about 2 years ago)
- Last Synced: 2024-11-05T16:57:56.967Z (about 2 months ago)
- Language: TypeScript
- Size: 2.18 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
It's a simple example of what you can do with the [serve-my-app](https://github.com/mathieutu/serve-my-app) package
You can use this project as a start for new react / express projects with typescript.
## Usage
### For development:Firstly launch the server typescript transpilation in watch mode:
```bash
yarn watch:srv
```Then launch it:
```bash
yarn express
```Finally, launch the app:
```bash
yarn start
```This will ask you 3 independent processes/terminals.
### For build:
Firstly, build the app and the server:
```bash
yarn build
```Then launch the server:
```bash
yarn express:run
```## Contributing
Issues and PRs are obviously welcomed and encouraged, as well for new features than documentation.