Skip to content

maccypher/avain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Avain

Requirements

Getting started:

  1. download / clone into a folder on your local machine

  2. cd into 'Avain/'

  3. run (bower components will be automatically installed):

     npm install
    
  4. to start the server just run:

     npm start
    

    or:

     npm run watch
    
  5. by default the server runs on port 5000 and you can call http://localhost:5000 in your browser

  6. need / like another port? start the server by running this command:

     PORT=<PORTNUMBER> npm run watch
    

Notes

The live reload server is listening on the user given port+1 or by default on port 5001. Avain creates a dedicated output folder called "dest/" and all the compiled stuff will be copied into this folder. The application URL points to this folder.

Example:

If your server was started by the command:

	PORT=3333 npm run watch

the live reload server is listening on port 3334.

Credits / Thanks

Thanks to Mupat for the Gulp-Tasks and the whole support for this little project.

Releases

No releases published

Packages

No packages published