Simple React project starter (Node.js, React.js, Babel, Sass, Webpack)
yarn install
yarn start
- Babel to transpile ES6 and React
- React to build user interface
- Webpack to compile the project
- Webpack css-loader to load CSS files
- Webpack Dev Server to serve webpack bundle
- Webpack HtmlWebpackPlugin to generate HTML
- Webpack mini-css-extract-plugin to extract CSS
- Webpack sass-loader to load SCSS files
- Webpack style-loader to load style files