Skip to content

slushjs/generators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

generators

The slush generator search homepage

Setup

Requirements

Local dependencies:

npm install

Running a dev server

npm start

Open: http://localhost:3030/dev.html in your browser.

Building for production

npm run dist

Run it by opening ./dist/index.html in your browser.

Deploy to production (i.e. the gh-pages branch)

You'll need push access to the repo to do this!

npm run deploy

License

MIT © Joakim Carlstein