Skip to content

🎈 A simple React start point with Webpack, Babel, ESLint, ES2015(ES6) & ES7

License

Notifications You must be signed in to change notification settings

mamal72/react-webpack-es2015

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-webpack-es2015

react-webpack-es2015 is just a start point for simple React based projects. It has most of the general dependencies you may need for your next React project such as Webpack (and of course some loaders!), webpack-dev-server, Babel with ES2015(ES6) and ES7 presets and ESLint. All the things are configured and you don't need to do it again.

Installation

You can download the zip archive of repo or clone it via git:

git clone https://github.com/mamal72/react-webpack-es2015.git

Usage

There are 3 simple npm tasks. You can check them in the package.json but I describe them here shortly:

  • start: Starts a webpack-dev-server.
  • build: Transpile, build and bundle the app from src to dist/bundle.js directory with webpack.
  • lint: Lint the code inside src directory with ESLint.

Ideas || Issues

Just fill an issue and describe it. I'll check it ASAP!

Contribution

You can fork the repository, improve or fix some part of it and then send the pull requests back if you want to see them here. I really appreciate that. ❤️

Remember to lint your code before sending pull requests. Run the npm lint task with the following command and fix the lint errors if you get any.

npm run lint

About

🎈 A simple React start point with Webpack, Babel, ESLint, ES2015(ES6) & ES7

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published