1.0.11 • Published 1 year ago

web-project-boilerplate v1.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Web Project Boilerplate

This is a boilerplate generator for web projects using Webpack, Yeoman, and Node.js. It provides a solid foundation to kickstart your development.

Features

  • Webpack for bundling modules, transpiling ES6/JSX, loading CSS, images, fonts, etc
  • Yeoman generator to scaffold the project
  • Automation scripts for production build and development
  • Easy to customize and extend

Usage

Requirements:

  • Node.js
  • npm

Getting started:

  • Clone this repository
  • Install dependencies: npm install
  • Run generator: yo web-project-boilerplate
  • Start coding in src folder!
  • Bundle code: npm run build

Contributing

Contributions are welcome! Please check out the issues.

License

This project is open source under the MIT license.

Contact

Ryuen - @ryuen215

Project Link: https://github.com/fatidaprilian/my-boilerplate