Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohamedsamara/webpack-static-pages
:rocket: Basic webpack static pages starter
https://github.com/mohamedsamara/webpack-static-pages
bootstrap firebase-hosting jquery jquery-ui less offline-plugin pwa webpack
Last synced: about 1 month ago
JSON representation
:rocket: Basic webpack static pages starter
- Host: GitHub
- URL: https://github.com/mohamedsamara/webpack-static-pages
- Owner: mohamedsamara
- License: mit
- Created: 2020-03-08T06:49:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-04T05:16:24.000Z (over 4 years ago)
- Last Synced: 2024-11-09T05:42:26.168Z (3 months ago)
- Topics: bootstrap, firebase-hosting, jquery, jquery-ui, less, offline-plugin, pwa, webpack
- Language: CSS
- Homepage: https://webpack-static-pages.firebaseapp.com/
- Size: 525 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Webpack Static Pages
## Description
This is a basic webpack static pages starter with jQuery UI, Bootstrap and Less
## Demo
This application is deployed on Firebase. Please check it out :smile: [here](https://webpack-static-pages.firebaseapp.com/).
## Install
Some basic Git commands are:
```
$ git clone https://github.com/mohamedsamara/webpack-static-pages.git
$ cd project
$ npm install
```## Firebase Hosting
```
$ npm run deploy> Make sure Firebase CLI is installed, and project is initialized
> firebase.json and .firebaserc will be generated
```## 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/)
- [jQuery UI](https://jqueryui.com/)
- [Less](http://lesscss.org/)
- [Bootstrap](https://getbootstrap.com/)
- [PostCSS](https://postcss.org/)
- [ESLint](https://eslint.org/)