express-react-generator

1.0.7 • Public • Published

Express Logo

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

License

MIT

Contribution

Team Mobylogix

Mobylogix Hire Logo

Follow us for the latest updates
Twitter URL Twitter Follow

Package Sidebar

Install

npm i express-react-generator

Weekly Downloads

2

Version

1.0.7

License

MIT

Last publish

Collaborators

  • mobylogikas