• Stars
    star
    143
  • Rank 257,007 (Top 6 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 6 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

React, Express, and Webpack Boilerplate App

Rexpack

Rexpack is a minimal Express, Webpack, & React boilerplate app that serves an image, adds some styling and some basic functionality, just to show everything working at the most basic level. This project can then be used as a template for other more complex apps.

Stack: Node (ES6+), Express, Webpack, React, Jest, and Enzyme that has Hot Module Reloading and can be deployed to Google App Engine with a single command. It has dev and prod builds, where the prod build outputs a minified, uglified bundle where images are encoded in Base64 directly into the css file.

Rexpack can be run locally on your machine, or pushed to Google App Engine Flexible Environment.

Installation

npm install

Create a Development build

npm run buildDev

Create a Production build

npm run buildProd

Run the code on a local webserver

npm start

Then navigate to http://localhost:8080

Deploy to Google App Engine Flex

npm run deploy

Run test

npm test

Generate coverage report

npm run coverage

More Repositories

1

expack

Express and Webpack boilerplate application
JavaScript
284
star
2

react-flux-simple-app

The simplest possible implementation of a React-Flux app
JavaScript
127
star
3

docker-nextjs-mongo

Example app showing how to implement Docker with MongoDB and NextJS
JavaScript
22
star
4

bootstrap-grid-ai

An AI file which contains a grid for Bootstrap 3.0.3
21
star
5

study-notes

These are my study notes, written in Markdown
JavaScript
12
star
6

gae-react-flux-todos

A simple Todos app using React and Flux and built on top of Google App Engine
JavaScript
9
star
7

nextjs-apollo-app

Implements GraphQL with Apollo using NextJS
TypeScript
7
star
8

gae-restful-api

A simple RESTful API built on top of Google App Engine
Python
6
star
9

open-source-erp

A Quickbooks-inspired Django ERP that is completely Open Source
CSS
5
star
10

example-python-django-crud-app

Example Python Django CRUD application for Deis
Python
3
star
11

gae-rest-oauth2-skeleton

Skeleton of an AppEngine RESTful app using OAuth 2.0
HTML
3
star
12

texpack

TypeScript enabled Express-Webpack application
JavaScript
2
star
13

webpack-examples

Example usage of Webpack
JavaScript
2
star
14

bootplate

The Bootplate Wordpress Theme. Bootplate is a combination of Twitter Bootstrap and the HTML5 Boilerplate.
PHP
1
star
15

mathochist

A math exercise app for masochists
JavaScript
1
star
16

gae-backbone-todos

A simple Backbone todos app built on top of Google App Engine
Python
1
star
17

test-app-ronen

Tests whether you can make a HTTP request from the browser
HTML
1
star
18

gae-multi-user

A GAE app that allowed multiple Users to log in and access their own data
Python
1
star
19

tax-calculator

Example app to display TypeScript usage
JavaScript
1
star
20

example-dart

Dart
1
star
21

example-python-flask

Example Python application for Deis
Python
1
star
22

graphql-examples

Example usage of GraphQL
1
star
23

react-d3-integration

Integrates D3 with React in a secure way
JavaScript
1
star
24

d3-examples

Basic graphs in D3
JavaScript
1
star
25

pyunit-examples

Example programs using the PyUnit module
Python
1
star
26

mathli

A hoopy maths equation generator game
JavaScript
1
star
27

trexpack

TypeScript, React, Express, Webpack application boilerplate
JavaScript
1
star
28

react-bootstrap-app

Basic bootstrap app for React
JavaScript
1
star
29

portfolio

My professional portfolio
JavaScript
1
star
30

redux-starter-app

Starter app that adheres to the re-ducks pattern
JavaScript
1
star
31

battleship-api

A battleship game HTTP API
JavaScript
1
star
32

grunt_bower_app

An app that is set up using npm, bower and grunt
HTML
1
star