1.2.5 • Published 4 years ago

create-react-express v1.2.5

Weekly downloads
3
License
ISC
Repository
-
Last release
4 years ago

Create React Express App

Shortcut for making react/express apps

Run the following: npx create-react-express <NAME OF PROJECT>

Optionally you can supply a port number for the express server. By default, this port is set to 3001 (Note: Port can not be 3000)

Example

npx create-react-express example-project 8080

User@bizzybop01 % npx create-react-express example-project 8080
npx: installed 30 in 3.291s
✔ Creating example-project folder
✔ Installing Server Depenancies
✔ Creating React App - Go grab a drink 🍺
✔ Adding Proxy config on React package.json file to route traffic to port 8080
✔ Adding Start script to server npm package
🚀Created React Express App in example-project

    To start your app run:
    cd example-project
    npm start
1.2.5

4 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

6 years ago