Skip to content

pierr/focus-formation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starter kit

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 ?

https://camo.githubusercontent.com/80cc3a0d1c25c9b535f208489e37ea1cda5ac735/687474703a2f2f63646e32392e656c6974656461696c792e636f6d2f77702d636f6e74656e742f75706c6f6164732f323031342f30382f616e696769665f656e68616e6365642d32353238332d313430363037303831342d312e676966

Don't worry, we are here to help:

image

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

image

  • 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.git and rm -rf .git to remove the git repositorty information
    • Click on the download button and copy the directory inside your ui directory

image

  • Install your node dependencies: npm install in the ui directory
  • Check the brunch.config file and check the line paths.public to see where the focus's application content is copy

image

  • 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: image

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

issue

http://media.giphy.com/media/a3Ym0AUSAsHfi/giphy.gif

About

Formation focus

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 96.1%
  • HTML 3.9%