1.2.3 • Published 5 years ago

generator-create-express-react-app v1.2.3

Weekly downloads
11
License
MIT
Repository
github
Last release
5 years ago

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

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

0.0.0

5 years ago