UNPKG

generator-fe-kit

Version:
67 lines (45 loc) 2.07 kB
# Pixelant Front-End Starter Kit ### `generator-fe-kit` [![npm version](https://badge.fury.io/js/generator-fe-kit.svg)](https://badge.fury.io/js/generator-fe-kit) [![Build Status](https://travis-ci.org/pixelant/pixelant-fe-starter-kit.svg?branch=master)](https://travis-ci.org/pixelant/pixelant-fe-starter-kit) ![fe-kit](https://raw.githubusercontent.com/dmh/img/master/fe-kit.jpg) ### [CHANGELOG](https://github.com/pixelant/pixelant-fe-starter-kit/blob/master/CHANGELOG.md) ### [CONTRIBUTING](https://github.com/t3kit/t3kit/blob/master/CONTRIBUTING.md) ### Required dependencies: - [Git](https://git-scm.com/) - [NodeJs](http://nodejs.org/) >=6.0.0 - [NPM](https://github.com/npm/npm) >=3.9.0 - [Bower](http://bower.io/) >=1.7.7 `npm install -g bower` - [Grunt-cli](http://gruntjs.com/) >=0.1.13 `npm install -g grunt-cli` - [Yeoman](http://yeoman.io/) >=1.6.0 `npm install -g yo` _Note: You might need to use `sudo` before `npm` command to install packages globally_ *** ### Getting started with Pixelant Front-End Starter Kit * For start you'll need to install Pixelant Front-End Starter Kit generator: ```sh npm install -g generator-fe-kit ``` * Now that the generator is installed, create a directory for your new project: ```sh mkdir name-of-project cd name-of-project ``` * and then run: ```sh yo fe-kit ``` * Next you will get questions and instructions in terminal. Need to choose type of project * Static site _(static sites, promo sites, one page applications)_ * Front-End workflow _(experimental, AngularJS, React, Meteor, Mobile apps, etc...)_ * felayout_t3kit _(Front-End layout for **t3kit** project)_ * Enter name of project * Create repository on remote server * Add repo link from created repository * Initialize git repository * Install dependencies ![fe-kit](https://raw.githubusercontent.com/dmh/img/master/fe-kit.gif) ### To update Pixelant Front-End Starter Kit generator run: `npm update -g generator-fe-kit` *** ![Pixelant](https://raw.githubusercontent.com/dmh/img/master/P.png) [Pixelant](http://www.pixelant.se/)