Skip to content

roberrrt-s/cloudteams-designs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CloudTeams

Development

  1. Add file package.user.json

    {
    	"sync-dir": "path/to/sync_folder/",
    	"OS"      : "mac|windows"
    }
  2. Install node modules

    npm install

  3. Working with project

    npm run watch

  4. Change webpack.config.babel.js BrowserSyncPlugin for livereload

    new BrowserSyncPlugin(
    	{
    		host : 'localhost', 
    		port : 3000,
    		proxy: 'http://localhost:80/'
    	},
    	{
    		reload: true
    	}
    ),

About

The front end designs for CloudTeams

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 68.2%
  • CSS 23.7%
  • JavaScript 8.1%