README.md edited online with Bitbucket

This commit is contained in:
Ivan Diaz 2015-12-26 22:46:48 +00:00
parent 9b96309216
commit 5a55a0f8bc
1 changed files with 7 additions and 7 deletions

View File

@ -2,13 +2,13 @@ OpenSupports v4.0
============
### Getting up and running FRONT-END
1) Clone this repo
2) Install node `sudo apt-get install node`
3) Install npm `sudo apt-get install npm`
4) Install gulp `sudo npm install -g gulp`
5) Go to repo `cd os4-react`
6) Install npm dependences `sudo npm install`
7) Run `gulp dev`
1. Clone this repo
2. Install node `sudo apt-get install node`
3. Install npm `sudo apt-get install npm`
4. Install gulp `sudo npm install -g gulp`
5. Go to repo `cd os4-react`
6. Install npm dependences `sudo npm install`
7. Run `gulp dev`
### Getting up and running