Sign inSign up

sethbergman/react-node-webpack

By sethbergman

Updated over 8 years ago

Sample app built with React, Node.js and Webpack | http://react-node-webpack.stackriot.com

Image
4

800

sethbergman/react-node-webpack repository overview

Docker Repository on Quay

React-Node-Webpack

Getting Started

Make sure you've got node.js installed.

Setup

Clone the repository and run the following command at project root:

npm install

Installs node.js components listed in ./package.json

Build and run the project for local development:
npm run build

Builds the React client and outputs JavaScript to ./build/scripts

npm run dev

Starts the Express server at http://localhost:3000

Run the unit tests:
npm run test

Runs unit tests

Tag summary

Content type

Image

Digest

Size

253.6 MB

Last updated

over 8 years ago

docker pull sethbergman/react-node-webpack