This starter kit is here to help you to initialize a new project using focusjs and focusjs-components.
Your maybe asking how should I proceed ?
Don't worry, we are here to help:
Just follow these steps :
- Initialize your project structure:
- An api folder which will contain your api (node, .NET, Java, ...)
- A ui folder which will contain the focus application
- Inside the ui folder, copy the content of this repository , you can do one of the following options:
git clone https://github.com/KleeGroup/focus-starter-kit.gitandrm -rf .gitto remove the git repositorty information- Click on the download button and copy the directory inside your ui directory
- Install your node dependencies:
npm installin the ui directory - Check the
brunch.configfile and check the linepaths.publicto see where the focus's application content is copy
- Run the local brunch watcher to start coding on your app
npm run watch, you should see a running watcher in your console.
You should see something like that:

Please don't hesitate to report any bug you'll find on issues's page of each concerned project.





