Skip to content

webpack and babel boiler setup for React / CSS / HTML

Notifications You must be signed in to change notification settings

nmentakis/better-boiler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

webpack and babel boiler setup for React / CSS / HTML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.3%
  • HTML 15.7%