Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asyrafhussin/frontend-boilerplate-v3
Frontend Boilerplate v3 using Bootstrap 5 and Boxicons
https://github.com/asyrafhussin/frontend-boilerplate-v3
Last synced: 6 days ago
JSON representation
Frontend Boilerplate v3 using Bootstrap 5 and Boxicons
- Host: GitHub
- URL: https://github.com/asyrafhussin/frontend-boilerplate-v3
- Owner: AsyrafHussin
- Created: 2021-08-08T23:27:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-23T22:23:33.000Z (about 3 years ago)
- Last Synced: 2024-11-14T23:31:56.507Z (2 months ago)
- Language: JavaScript
- Size: 7.72 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontend Boilerplate v3
Frontend Boilerplate v3
## Contains
- [Bootstrap v5](https://getbootstrap.com)
- [jQuery](https://jquery.com/)
- [sass-boilerplate](https://github.com/AsyrafHussin/sass-boilerplate)
- [Boxicons](https://boxicons.com)
- [Roboto Font](https://fonts.googleapis.com/css?family=Roboto)
- [Laravel Mix v6](https://github.com/JeffreyWay/laravel-mix)
- [Mix HTML Builder](https://github.com/philicevic/mix-html-builder)## Getting Started
```bash
# Clone the repo
git clone [email protected]:AsyrafHussin/frontend-boilerplate-v3.git# Navigate to project folder
cd# Remove git and README
rm -rf ./.git && rm -rf ./README.md# Initial Setup
npm install# Serve the application on http://127.0.0.1:8000
npm run serve# Watch for auto compile on http://127.0.0.1:3000
npm run watch
```## Available Command
List all available command
| Command | Description |
| ------------------------------------- | :---------------------------------------: |
| npm run dev
npm run development | Run all Mix tasks |
| npm run watch | Watch all files for changes and recompile |
| npm run prod
npm run production | Run all Mix tasks and minify output |
| npm run serve | Serving project at http://127.0.0.1:8000 |## Contributing
If you spot any errors, typos or missing information, please submit a pull request.