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 -gwill add the project globally onto your computer - from the command line run
create-kofujs-appin 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 managerandgulp-cliglobally. I also still love CoffeeScript so I use it from time to time in the source code, i am also thinking of integratingtyped coffeeand building on top of the great work that was done there. I will also be usingCrystal Lang with Amberas the defacto backend andKoaas the default JS Full Stack Application.
