Skip to content

rauschma/react-starter-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React starter project

A minimal project to get started with React:

  • webpack and webpack-dev-server
  • ES6 and JSX via Babel
  • hot module reloading via React Hot Loader

Installation:

git clone git@github.com:rauschma/react-starter-project.git
cd react-starter-project
npm install

Thanks to npm run, everything is installed locally!

Development:

  • Build once: npm run webpack
  • Run dev server: npm start

You can check out hot reloading by making changes to the JavaScript source code. You’ll see the results of those changes in the browser right away.

No support for testing, yet, I’m still in the process of figuring out what I want there.

About

Minimal starter project for React: webpack + hot module reloading + ES6 and JSX via Babel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published