mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-02-14 18:52:45 +00:00
Update README.md
This commit is contained in:
14
README.md
14
README.md
@@ -9,13 +9,15 @@
|
||||
* Reloads your browser with LiveReload when files change
|
||||
|
||||
## Getting things up and running
|
||||
- Install [Node.js](http://nodejs.org)
|
||||
|
||||
git clone git@github.com:leonidas/gulp-project-template.git <your project name>
|
||||
cd <your project name>
|
||||
npm install
|
||||
npm start
|
||||
open http://localhost:9001 in your browser
|
||||
|
||||
```
|
||||
git clone git@github.com:leonidas/gulp-project-template.git <your project name>
|
||||
cd <your project name>
|
||||
npm install
|
||||
npm start
|
||||
open http://localhost:9001 in your browser
|
||||
````
|
||||
## Commands
|
||||
* npm install
|
||||
* Installs server-side dependencies from NPM and client-side dependencies from Bower
|
||||
|
||||
Reference in New Issue
Block a user