Skip to content

skous/CloudTeamsDesigns

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CloudTeams

Development

  1. Add file webpack.config.user.json

    {
    	"output": "absolute/path/to/output/folder/",
    	"preview_url"  : "localhost",
    	"preview_port" : 3000 
    }
  2. Install node modules

    npm install

  3. (a) Working with project

    npm run watch

  4. (b) For working with a browser sync / livereload (make sure to provide preview_url and preview_port)

    npm run watch-live

  5. (c) For production build

    npm run production

About

Front end designs for CloudTeams

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 70.0%
  • CSS 23.4%
  • JavaScript 6.6%