This repo serves as a minimal start for webpack with ES6 ,SASS.
- Transpiling from ES6 to ES5 with
Babel - Handled css and sass,Access using
import("/test.scss")and with after build all style will be in one fileapp.css. - Store static file in
/staticdirectory - Bundling the app
Tools needed to run this app:
nodeandnpm
forkthis repocloneyour forknpm installto install dependencies
npm run devto start development server on port 8080npm run buildto build applicationnpm run httpto serve build version on port 8080npm run build-httpto build & serve build version on port 8080