Prerequisite
You will definately be needing these
NodeJs
NodeJs allows javascript to be run outside of a browser and is used to power several tools during
development. If you already have NodeJs installed then please make sure you are using the latest
version using the following command.
Github
Git is one of the most popular version control systems used to collaboratively develop software. Both our cli tool and bower use Git to download fremix and its dependencies into projects.
To download and install Git onto your system please head over to their site Github Downloads
Global Install Install Once, Use Forever
1. Update NodeJs
2. Install Global Dependencies
3. Install fremix-cli
Since the cli-tool is not completed yet we do not recommend global installation
Local Install Install Once, Use Once
1. Clone
2. Move
3. NodeDeps
4. BowerDeps
5. Build, Serve & Watch
Custom Install Custom Integration
Coming Soon