Skip to content

manishkumarmdb/react-es6-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React ES6 Starter Kit

Project to get started with React:

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

Uses:

  • git clone https://github.com/manishkumarmdb/react-es6-starter
  • cd react-es6-starter
  • npm install
  • npm run

Development:

  • Run dev server: npm start
    • Open browser and goto http://localhost:8080/
    • Open console to see errors and warnings

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published