This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

felicious

1.0.0 • Public • Published

FElicious - Front-End Boilerplate

Build Status

This is a Front-End starter kit with Browserify, PostCSS, BrowserSync and more. A solution to build modern web applications with zero initial configuration.

https://felicious.netlify.com/

Features

Includes:

Requirements

Usage

  1. First of all, install dependencies:

    yarn install
    

If yarn install is giving an error, try deleting the file yarn.lock and run yarn install again.

  1. Then, to start development run:

    yarn start
    

    This will build the project and watch for changes running BrowserSync to reload your browser.

  2. To build for production:

    yarn build
    

Advanced usage

There are specific tasks you can use to build particular assets, for example, you can compress images running gulp images. Below you can see the list of available tasks:

NOTE: You must have Gulp globally installed to use these tasks.

Task Details
styles Transpile CSS
scripts Transpile JS
images Compress images
sprites Generates sprites
views Generate views
copy Copy files from the root (like favicon.ico) to dist/

DEV mode

If you need to run any of this tasks in DEV mode, you have to append --dev, for example, to transpile JavaScript without compress the result use gulp scripts --dev. Also, you can build the entire project using gulp build --dev.

Questions?

If you have any questions, please feel free to ask through new issue.

License

Licensed under the MIT licence.

Package Sidebar

Install

npm i felicious

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • jrobinsonc