express-react-app-boilerplate

1.0.0 • Public • Published

Dependency Status devDependency Status MIT License

Built by DEVERO Current release

Minimal Express, Node.js, React and Webpack boilerplate

Minimal Express, Node.js, React and Webpack boilerplate to build a simple web application.

Table of contents

Install

Clone this repo

git clone https://github.com/alexdevero/express-react-webapp-boilerplate.git

Install dependencies

npm install

or

yarn

Usage

Run the app (runs both, client and server)

npm run start

or

yarn start

Build the app

npm run build

or

yarn build

Run server

npm run server

or

yarn server

Run client

npm run client

or

yarn client

Test the app (after npm run build || yarn run build)

npm run prod
yarn prod

Support this project

This project is released as an open-source. If you need help with using this project, please ask and I will do my best reply to as soon as possible. You can use this project as you wish for free. Also, you can change the source code and redistribute it if you want.

Development and maintenance of this project takes a lot of time. If you want to support this project, there are few ways you can do it:

  • Starring and sharing the project
  • Donate—make one-time donations via PayPal.
  • Donate—set up monthly donation via Patreon and get interesting news about what I'm doing.
  • Releases—send bitcoins or ethereum to this address: 19jHGagJWeVvuNjN3kaBoAszXd9ea9gKzp.

Thank you!

Code of Conduct

Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

License

MIT © Alex Devero.

Package Sidebar

Install

npm i express-react-app-boilerplate

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

282 kB

Total Files

12

Last publish

Collaborators

  • alexdevero