Opct uses a number of ES6 features, so this project requires Node.js v4.0+ to be installed locally.
To get the project up and running, and view components in the browser, complete the following steps:
- Download and install Node: https://nodejs.org/
- Clone this repo:
https://github.com/opctraining/HackAtom-Opct-App.git
(HTTPS) orgit@github.com:opctraining/HackAtom-Opct-App.git
(SSH) - Install project dependancies:
yarn install
- Start the development environment:
yarn start
yarn run android
yarn run ios
To create a static instance of this project, run the following task:
yarn start
To make this project publicly accessible, you can deploy a static instance by running the following task:
yarn android or ios