Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Repository for the development of a SPA using the library gulp.js

License

Notifications You must be signed in to change notification settings

denisnovikov/landing-starter-kit

Repository files navigation

landing-starter-kit

Repository for the development of a SPA using the library gulp.js

Requirements

Check your version of node:

$ node -v
v7.10.1

Check your version of npm:

$ npm -v
4.2.0

Quick start

First you need to clone the repository and go the directory for this:

$ git clone https://github.com/xenonplanet/landing-starter-kit.git
$ cd ./landing-starter-kit/

To install the required packages, run:

$ yarn
or
$ npm i .

Create the first review:

$ rm -rf ./.git && git init && git add . && git ci -m "Initial commit"

Other

CHANGELOG » MIT

About

Repository for the development of a SPA using the library gulp.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published