Skip to content

anthonychung14/reactBoilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reactBoilerplate

A barebones repo to get you started with Webpack, Babel, and React.

Installation

git clone https://github.com/naomiajacobs/reactBoilerplate.com

then

npm install

Serve your files on a webpack server (with hotloading!)

npm start

Then go to localhost:8080.

Process and bundle your files

webpack

Re-process and re-bundle your files whenever you make a change

webpack --watch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.6%
  • HTML 26.4%