Clone this repository. - git clone https://github.com/VirtuallyCreative/ollie-ui.git or download the zip
Make sure you're in the directory you just created. - cd ollie-ui
Install Node Packages. - npm install
Run the app. - npm start -s
This will run the automated build process, start up a webserver, and open the application in your default browser. When doing development with this kit, this command will continue watching files all your files. Every time you hit save the code is rebuilt, linting runs, and tests run automatically. Note: The -s flag is optional. It enables silent mode which suppresses unnecessary messages during the build.