generator-create-express-react-app

1.2.3 • Public • Published

NPM

Installation

First, install Yeoman and generator-create-express-react-app using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-create-express-react-app

Then generate your new project:

yo create-express-react-app

Folder structure options and naming conventions for software projects

A typical top-level directory layout

.
├── build
├── build-dev
├── config
├── src
│   ├── client
│   ├── server
│        ├── bin
│        ├── controller
├── .babelrc
├── .prettierrc
└── Dockerfile

License

MIT © Selvaganesh

Package Sidebar

Install

npm i generator-create-express-react-app

Weekly Downloads

0

Version

1.2.3

License

MIT

Unpacked Size

79 kB

Total Files

49

Last publish

Collaborators

  • serajam