/better-boiler

webpack and babel boiler setup for React / CSS / HTML

Primary LanguageJavaScript

BOILER PLATE

Using this Repository

-- npm install -- npm run dev will build a dist folder and watch for changes made -- npm start will launch a react hot server that will refresh on changes.

Getting a Copy of the Repo

If you haven't already, fork the repository on GitHub and clone your newly created repo down to your computer.

ES2015+ support

Spports ES2015+ by transpiling files with Babel. Any JavaScript feature included in the latest preset can be used. CSS files and HTML will also be transpiled and automatically inserted where intended.