Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 489 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 489 Bytes

Basic Webpack Example

An example project for teaching basic Webpack, Babel and Jest configuration.

Please note that this is an educational example and is not designed to be a suitable configuration for production websites or applications.

Commands

Install

To install use:

npm install

Test

To run the test suite use:

npm test

Run

To run the site use:

npm start