1.0.7 • Published 8 years ago
express-react-generator v1.0.7
Express application generator with create-react-app .
Installation
$ npm install -g express-react-generatorQuick 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/fooSetup server and client:
$ bash setup.shStart your react app at http://localhost:3000/:
$ cd client && npm startStart your Express.js app at http://localhost:3002/:
$ ./dev-server.shCommand 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
