/React-DOM-Boilerplate

Set up of React for website development

Primary LanguageJavaScriptThe UnlicenseUnlicense

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