Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

Front-end boilerplate using Bootstrap 3 and Font Awesome 4

Notifications You must be signed in to change notification settings

AsyrafHussin/frontend-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Boilerplate

Front-end boilerplate

Contains

Getting Started

$ git clone https://github.com/AsyrafHussin/frontend-boilerplate.git <project-name>
$ cd <project-name>
$ rm -rf ./.git && rm -rf ./README.md
$ npm install
$ npm run dev

Serve Project

Using http-server

  • Install
$ npm install -g http-server
  • Serve
$ http-server ./ -p 8000
  • Serve using npm
$ npm run serve

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 watch-poll If Webpack isn't updating when your files change
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.

About

Front-end boilerplate using Bootstrap 3 and Font Awesome 4

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages