Skip to content

kongyim/creasant-ping-wo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What you need to know before using it

  1. git - version control
  2. nodejs
  3. npm - node package manager, you can use npm command after installing nodejs
  4. vscode - Visual Studio Code by Microsoft, a free text editor [https://code.visualstudio.com/]
  5. gulp - tools to help you managing tasks, define your own task and automate it
  6. scss - precompiled css, you can have nested structure, variables, mixin (something like function), for loop ... ...
  7. angular - Angular JS by Google, we're using versy old version 1.6.x, Javascript framework

Setup development environment

  1. install git [ https://nodejs.org/ ]

  2. install nodejs [ https://git-scm.com/downloads ]

  3. install gulp globally (you can use gulp command in console)

npm install -g

Clone and start repos from github

git clone git@github.com:kongyim/creasant-ping-wo.git
cd creasant-ping-wo
npm install

Start development server

gulp start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published