Sample app built with React, Node.js and Webpack | http://react-node-webpack.stackriot.com
800
Make sure you've got node.js installed.
Clone the repository and run the following command at project root:
npm install
Installs node.js components listed in ./package.json
npm run build
Builds the React client and outputs JavaScript to ./build/scripts
npm run dev
Starts the Express server at http://localhost:3000
npm run test
Runs unit tests
Content type
Image
Digest
Size
253.6 MB
Last updated
over 8 years ago
docker pull sethbergman/react-node-webpack