Skip to content

Commit

Permalink
Readme file has been changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Melih Korkmaz committed Feb 20, 2018
1 parent 057bd45 commit d2003a1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@ First clone this repo to your local.
git clone https://github.com/melihkorkmaz/js-library-boilerplate.git
````

You can add your code to src folder. And you can also use test folder to create your library tests.
Then run npm install to be ready.
````
npm install
````

You can add your code to src folder. And you can also use test folder to create your library unit test.

### Build
To build your library for development please run;
Expand Down

0 comments on commit d2003a1

Please sign in to comment.