https://github.com/morzhanov/vanilla-js-boilerplate
Vanilla JS Boilerplate is an project that allows you to start new web project from scratch using vanilla javascript and webpack.
https://github.com/morzhanov/vanilla-js-boilerplate
babel boilerplate bootstrap eslint javascript jquery sass scss webpack3
Last synced: 3 months ago
JSON representation
Vanilla JS Boilerplate is an project that allows you to start new web project from scratch using vanilla javascript and webpack.
- Host: GitHub
- URL: https://github.com/morzhanov/vanilla-js-boilerplate
- Owner: morzhanov
- License: mit
- Created: 2017-09-13T05:54:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-09T09:02:24.000Z (over 6 years ago)
- Last Synced: 2025-02-01T08:05:43.690Z (4 months ago)
- Topics: babel, boilerplate, bootstrap, eslint, javascript, jquery, sass, scss, webpack3
- Language: JavaScript
- Homepage:
- Size: 1.71 MB
- Stars: 16
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vanilla JS Boilerplate
Java Script Boilerplate allows you to start new web project from scratch using vanilla javascript.
## Installation
Use these steps to install project
1. npm i
2. npm run dev## Usage
* Uses webpack 4 to build your project.
* Uses Babel to compile ES7 javascript.
* Allows you to use Pug templates in your applications.
* You can use SASS\SCSS within this boilerplate.
* Check your code with ESLint.
* Contains libraries: bootstrap, jQuery.# NPM Scripts
* dev - start dev server
* watch - watch file changes with webpack
* watch:win - watch script for Windows OS
* sass - compile sass styles
* build - build app
* build:win - same for Windows OS# Main technologies and libraries
- Javascript
- jQuery
- Bootstrap
- Webpack 4
- ESLint
- Prettier
- Babel
- Sass## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D## Author
Vlad Morzhanov
## License
#### (The MIT License)
Copyright (c) 2018 Vlad Morzhanov.
You can review license in the LICENSE file.