Overview
Rexpack is a minimal Express, Webpack, and React boilerplate app. It serves an image, adds styling, and includes basic functionality to showcase everything working at a basic level. This project can serve as a template for more complex applications. It utilizes Node (ES6+), Express, Webpack, React, Jest, and Enzyme. Rexpack offers Hot Module Reloading and can be easily deployed to Google App Engine with a single command. It provides both development and production builds, with the production build outputting a minified, uglified bundle that includes images encoded in Base64 directly into the CSS file. Rexpack can be run locally on a machine or deployed to the Google App Engine Flexible Environment.
Features
- Minimal Express, Webpack, and React boilerplate app
- Serves an image with added styling
- Basic functionality included
- Can be used as a template for more complex apps
- Utilizes Node (ES6+), Express, Webpack, React, Jest, and Enzyme
- Provides Hot Module Reloading
- Easily deployable to Google App Engine with a single command
- Offers both development and production builds
Installation
To install Rexpack, follow these steps:
- Create a Development build
- Create a Production build
- Run the code on a local webserver
- Navigate to http://localhost:8080
Summary
Rexpack is a minimal Express, Webpack, and React boilerplate app that serves an image, adds styling, and includes basic functionality. It is designed to showcase everything working at a basic level and can be used as a template for other more complex apps. Rexpack utilizes Node, Express, Webpack, React, Jest, and Enzyme, offering Hot Module Reloading and easy deployment to Google App Engine. It provides both development and production builds, with the production build outputting a minified, uglified bundle where images are encoded in Base64 directly into the CSS file. Whether running locally or deployed to Google App Engine, Rexpack is a versatile tool for web app development.