Skip to content

▶ HTML starter template with front-end development kit for building web apps and sites.

License

Notifications You must be signed in to change notification settings

amine-louni/front-end-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌟 Front end Starter

Bootstrap Slickcarousel Fontawesome Webpack

Kick-start your project with Bootstrap, the world's most popular framework and modern development workflow. 😊 This boilerplate with Webpack based setup helps you build web apps and sites much faster.

Features

  • Live reloading
    browser update after changes
  • Automatically optimizes entry files
    concatenate, minify and inject output files to HTML
  • Sass for stylesheets
  • Modern JavaScript
    ES6 modules-based code linting by ESLint
  • Older browsers support
    • add vendor prefixes in CSS with Autoprefixer
    • convert ES6+ code into a backwards compatible with Babel
  • Includes:
  • sourceMaps
  • and more...

Theme development

Node.js is the only required dependency to work with Front end starter.

Installation

  1. Install Node.js (installation depends on your system). After finishing, you will be able to check the version number using node -v and npm -v commands (npm is distributed with Node.js).
  2. It is recommended to install the latest version of Yarn.
  3. Clone the repo using git clone https://github.com/amine-louni/front-end-starter.git or download Front end starter Starter.
  4. Open folder front-end-starter (command: cd front-end-starter) and install a packages of HTML Starter via command: yarn or npm install.

Now you have everything you need to run the build process.

Build commands

  • yarn serve or npm run start ─ compile assets when file changes are made, start webpack-dev-server session
  • yarn build or npm run build ─ compile and optimize (the files in your src directory) for production

License

Code released under the MIT license.

About

▶ HTML starter template with front-end development kit for building web apps and sites.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published