Skip to content

Widdershin/cycle-scripts-widdershin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cycle-scripts-widdershin

create-cycle-app flavor with all of my personal preferences.

Starring:

  • Semicolons!
  • browserify
  • babel
  • the object spread babel plugin with a really long name!

Setup

npm install create-cycle-app -g

create-cycle-app <appname> --flavor cycle-scripts-widdershin

Where <appname> is the name of the directory you'd like to create your new Cycle app in.

You can also just pass . to use the current directory.

cd <appname>

git init
git add .
git commit -m "Initial commit"

npm start

Then, browse to localhost:8000. You should see a purple "Hello world".

Contributing

Feel free to open issues and pull requests.

License

cycle-scripts-widdershin is available under the MIT license. See LICENSE file for more info.

About

My personal Cycle.js starter, for use with create-cycle-app

Resources

License

Stars

Watchers

Forks

Packages

No packages published