This project is made to allow you to have your own kofujs powered template generator locally for building SPA's and Universal Apps
- run
npm i create-kofujs-app -g
will add the project globally onto your computer - from the command line run
create-kofujs-app
in the parent folder that you desire the project to be in. - You will select kofujs which is the only current template more to come soon
- It will ask your project name that will be the name of your folder
- Feel awesome
- Write your components in the src folder, don't delete templates
- In order to use app effectively you need to install
yarn package manager
andgulp-cli
globally. I also still love CoffeeScript so I use it from time to time in the source code, i am also thinking of integratingtyped coffee
and building on top of the great work that was done there. I will also be usingCrystal Lang with Amber
as the defacto backend andKoa
as the default JS Full Stack Application.