Skip to content

joetjengerdes/es6-webpack-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

es6-webpack-starter

Development

To run this starter kit in development mode, run the following commands:

npm install
npm run dev

Navigate your browser to localhost:3000. Files are watched, so all changes are automatically built and the page will be refreshed automatically.

Production

To run this starter kit in production mode, run the following commands:

npm install
npm run build

The bundled file is created in public/bundle.js. It is minified and the comments are removed.

Project structure

public/
    bundle.js
    index.html
src/
    styles/
        styles.scss 
    index.js
package.json
webpack.config.js

Used libraries

The following libaries are included:

Licence

MIT

Releases

No releases published

Packages

No packages published