Skip to content

yoarts/project-setup

Repository files navigation

Project Setup

devDependency Status

Whenever I start developing a new project, it really takes me quite a lot of time to set up neccessary tools. In this repo, I would like to share the great tools which I have been using to build the Website. Plus, they were also standardized so that I totally develop the Website with high quality.

List of tools

Globally Setup

Your Computer must setup those tools before start develop this theme:

  1. Node.js
  2. Git CMD (For Windows, you must install Git Bash)
  3. Grunt-CLI: Open CMD (on Windows) or Termnial (Mac and Linux) type npm install -g grunt-cli
  4. Sublime Text
  5. Sublime Package Control
  6. Editor Config Sublime (You can install via Sublime Package Control)

Project Setup

From the command line, navigate to the theme directory

  1. Run npm install to install Node modules
  2. Run bower install to install front-end packages
  3. Run git submodule init and then git submodule update to clone Git Sub-Modules

Available Grunt Commands

When completed, you'll be able to run the various Grunt commands provided from the command line:

  • grunt watch — Compile assets when file changes are made

Editor Config

Regarding Sublime Text Editor, you can install a plugin named Editor Config Sublime into Sublime via Package Control.

About

Example Setup for a Website Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published