https://github.com/mohamedsamara/webpack-jquery-starter
:zap: Basic webpack & jQuery starter
https://github.com/mohamedsamara/webpack-jquery-starter
bootstrap fontawesome jquery sass webpack
Last synced: 3 months ago
JSON representation
:zap: Basic webpack & jQuery starter
- Host: GitHub
- URL: https://github.com/mohamedsamara/webpack-jquery-starter
- Owner: mohamedsamara
- License: mit
- Created: 2020-03-05T05:49:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-04T05:15:10.000Z (almost 6 years ago)
- Last Synced: 2025-01-03T10:23:43.258Z (over 1 year ago)
- Topics: bootstrap, fontawesome, jquery, sass, webpack
- Language: CSS
- Homepage: https://mohamedsamara.github.io/webpack-jquery-starter/
- Size: 7.16 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Webpack jQuery Starter
## Description
This is a basic webpack jQuery starter with Bootstrap, FontAwesome and Sass
## Install
Some basic Git commands are:
```
$ git clone https://github.com/mohamedsamara/webpack-jquery-starter.git
$ cd project
$ npm install
```
## Start
```
$ npm start
```
## Simple build for production
```
$ npm run build
```
## Run the application for production
```
$ npm run serve
```
## Languages & tools
- [Webpack](https://webpack.js.org/)
- [jQuery](https://jquery.com/)
- [Sass](https://sass-lang.com/)
- [Bootstrap](https://getbootstrap.com/)
- [FontAwesome](https://fontawesome.com/)
- [PostCSS](https://postcss.org/)
- [ESLint](https://eslint.org/)