express-react-app-boilerplate
v1.0.0
Published
Boilerplate to build a simple web application using Express, Node.js, React and Webpack.
Downloads
2
Maintainers
Readme
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
- —make one-time donations via PayPal.
- —set up monthly donation via Patreon and get interesting news about what I'm doing.
- —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.