8000 GitHub - agramdass/react-webpack2: Project template for react and webpack2 (includes hot loading) · GitHub
[go: up one dir, main page]

Skip to content

agramdass/react-webpack2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-webpack2

This is a simple template project for building React apps.

It's the template that I'm using for my projects that is using the latest revisions of the different tooling and libraries available.

Note: Production flow still WIP since using beta libraries

Includes the following but not limited to:

  • Webpack 2
  • React hot loading
  • await/async transpiling, class properties (ES7)
  • code linting with eslint
  • bundle code splitting

How to use this

  • Clone the repository: git clone https://github.com/agramdass/react-webpack2 my-new-project
  • Install the dependencies: cd my-new-project && npm install
  • Start webpack: npm run start
  • Open browser: http://localhost:3000
  • Change codes in your favorite editor and you will see the magic of hot loading
  • Add libraries you need for your project
  • Happy with your changes and ready for bundling: npm run build

Make it yours and better

  • Fork it, change it and make it yours.
  • You think workflow / things could be done better: send a pull request

Happy coding :)
Ashley G Ramdass

About

Project template for react and webpack2 (includes hot loading)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

0