Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.