https://github.com/ganny26/generator-create-express-react-app
Create react app for yeoman
https://github.com/ganny26/generator-create-express-react-app
boilerplate mongodb reactjs sql yeoman
Last synced: 7 days ago
JSON representation
Create react app for yeoman
- Host: GitHub
- URL: https://github.com/ganny26/generator-create-express-react-app
- Owner: ganny26
- License: mit
- Created: 2019-02-13T07:02:32.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-16T04:11:14.000Z (about 7 years ago)
- Last Synced: 2025-09-27T17:55:03.336Z (6 months ago)
- Topics: boilerplate, mongodb, reactjs, sql, yeoman
- Language: JavaScript
- Size: 95.7 KB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://nodei.co/npm/generator-create-express-react-app/)
## Motivation
To create a simple react express webapp application powered by Webpack 4
## Installation
```bash
npm install -g yo
npm install -g generator-create-express-react-app
```
Then generate your new project:
```bash
yo create-express-react-app
```
## How to run app
```bash
cd
yarn dev
```
### Directory layout
.
├── build
├── build-dev
├── config
├── src
│ ├── client
│ ├── server
│ ├── bin
│ ├── controller
├── .babelrc
├── .prettierrc
└── Dockerfile
## Completed
- [x] database & orm
- [x] package, build and hot-reload
- [x] sass, material-ui
- [x] environment support for config variable store
- [x] dockerfile & docker-compose
- [x] testing automation
- [x] publish to yeoman
## Things to do
- [ ] log message after app created
- [ ] static asset pipeline
- [ ] health check api and webpage
- [ ] debugging and benchmarking tools
- [ ] authentication and authorisation using JWT
- [ ] caching and background job
- [ ] write a blog about this
## License
MIT © [Selvaganesh](https://ganny26.github.io/)