@outstandingboy/rext

1.0.0-alpha.5 • Public • Published

rext

React EXpress Template, REX-T for node.

REX-T is easy tool for create application using React (for front-end) and Express (for back-end)

about REX-T

No more difficult and annoying settings

You don't need to install or configure tools like Webpack or Babel.
Just use our default settings, it is effective.

Create your React + Express project with just one line.

Support latest version of React, Express, Babel, Webpack

  • React : ^16.9.0
  • Express : ^4.17.1
  • Babel : ^7.5.5
  • Webpack : ^4.39.3

Creating an App

npm install -g @outstandingboy/rext
rext [your-app-name]
...
Done!

Default Settings

http://localhost:3000/ to see your React app.
http://localhost:8080/ to see your Express app.

You can change port at webpack.config.js file. (if you want)

Directories and files

[your-app-name]
├── README.md
├── package.json
├── .babelrc
├── .nodemon.json
├── .webpack.config.js
├── public
│   └── index.html
└── src
    └── client // React front end
    │   ├── App.js
    │   ├── index.js
    │   └── assets
    │       └── css
    │       │   └── app.css
    │       └── imgs
    │           ├── express.png
    │           ├── outstandingboy.png
    │           ├── react.png
    │           ├── rext.png
    │           └── webpack.png
    └── server // Express back end
        ├── api.js
        └── index.js

cOOlEst tEmplAtE pAgE!!!!

rext

iT`S KReiGy!!!!!!!!!

Package Sidebar

Install

npm i @outstandingboy/rext

Weekly Downloads

12

Version

1.0.0-alpha.5

License

MIT

Unpacked Size

7.81 kB

Total Files

3

Last publish

Collaborators

  • outstandingboy