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

View File

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