Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 502 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 502 Bytes

A starter webpack project for React

This is a starter project that uses webpack to transpile and bundle ES6 React code. To use, consider these steps:

  • Click the use template button above and follow the instructions

To start the development server with a watcher that rebuilds your code, run npm run dev. The assets built by webpack are placed in server/public. This folder is defined as a static folder in an Express.js server.

Additional components should be placed in client/components.