Skip to content

apeling/Origins-Event-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 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 [email protected]: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.

Releases

No releases published

Packages

No packages published