-- 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.
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.