Basic build of webpack that allows you to complile SASS and ES6 through babel and then minify css and js.
yarn install
yarn run build Builds unminified files
yarn run start Runs webpack dev server with watch command
yarn run sash Runs webpack dev server with watch command through webpack dashboard
yarn run production Build minified files
-
yarn add react react-dom -D -
Uncomment root div in
public/index.html -
Uncomment React imports and React render in
source/index.js -
Create
source/app/App.jsx -
?
-
Profit