Skip to content

SQULS/React-DOM-Boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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