/
Getting Started
Getting Started
- David Kirolos
- Pankil Dave
- baba baloul (Unlicensed)
Owned by David Kirolos
Step-by-step guide
- Make sure that npm is installed on your computer. It is best that you have the latest version installed. Otherwise you may run into issues below.
- Make sure that git is installed on your computer. It is best that you have the latest version installed. Otherwise you may run into issues below.
- Make sure that your git installation is set up to cache your github password in git
- Make sure you are set up to work on the city's proxy.
- Clone corejs to your local machine:
cd /path_to/some_working_directory && git clone https://vcs.toronto.ca:6443/dts/corejs.git
When prompet to enter the password for git@vcs.toronto.ca provide your Novell ID's Password
- Go into the new corejs directory and install the core npm packages:
cd corejs && npm install
You will also want to make sure Gulp is installed:
sudo npm install gulp-cli -g
Done ?
Now you can Create a new core-based project
Page Tree
Related pages
CotJS Documentation
CotJS Documentation
Read with this
Create a new core-based project
Create a new core-based project
Read with this
Working with CoreJS
Working with CoreJS
Read with this
Accordion Component
Accordion Component
Read with this
How to know which CoreJS version is an app ?
How to know which CoreJS version is an app ?
Read with this