Skip to content

codegoalie/webpack-babel-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webpack Babel React template

This repo is a template to use as a super basic starting point for a React app.

How to use

  1. Clone the repo
  2. Rename the directory to your project directory
  3. git remote remove origin
  4. Create your new remote repo
  5. git remote add origin git@place.where.your.project/is.git
  6. Push to new remote
  7. ???
  8. Profit!

How to run

Run the dev server with:

npm start

Make a production build with:

npm run build

About

Quick lil template for webpack, babel, react setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors