Skip to content
Snippets Groups Projects
Commit 91f8d653 authored by João Victor Tozatti Risso's avatar João Victor Tozatti Risso
Browse files

Add dependencies to README

parent 3956a0b1
No related branches found
No related tags found
1 merge request!7Refactor enrollments route to include query building
Pipeline #
# SIMCAQ
# Dependencies
Previous versions of Node.js do not support ECMAScript6, it is recommended to use at least version 4.5.0LTS.
1) Install [NVM (Node Version Manager)](https://github.com/creationix/nvm)
2) Install Node.js via NVM
> source ~/.bashrc
> nvm install v4.5.0
3) Enable Node.js
> nvm use v4.5.0
4) Install babel and gulp globally
> npm install -g gulp gulp-cli babel
5) Install project dependencies
> npm install
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment