Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 314 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 314 Bytes

React-DOM-Boilerplate

Set up of React and React DOM for website development including configurations for Webpack and Babel.

Set Up

From the cloned directory run the following to install required Node packages:

npm install

In order to create a bundle.js file in /dist run:

npm run webpack