Skip to content

Front-end boilerplate using Bootstrap 3 and Font Awesome 4

Notifications You must be signed in to change notification settings

co0kie/frontend-boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 52.7%
  • JavaScript 34.6%
  • HTML 12.7%