An open API service indexing awesome lists of open source software.

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

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/)