express-react-generator
v1.0.7
Published
Express application generator with create-react-app
Downloads
10
Maintainers
Readme
Express application generator with create-react-app .
Installation
$ npm install -g express-react-generator
Quick Start
The quickest way to get started with express is to utilize the executable express(1)
to generate an application as shown below:
Create the app:
$ express-react /tmp/foo && cd /tmp/foo
Setup server and client:
$ bash setup.sh
Start your react app at http://localhost:3000/
:
$ cd client && npm start
Start your Express.js app at http://localhost:3002/
:
$ ./dev-server.sh
Command Line Options
This generator can also be further configured with the following command line flags.
--version output the version number
-f, --force force on non-empty directory
-h, --help output usage information