Skip to content

Commit

Permalink
Improved text and fixed few typos in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jiggneshhgohel committed Jan 25, 2019
1 parent e504278 commit 4729371
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ $ npm install
# build webpack bundle
$ npm run build
# start imba-server
# start server
$ npm run start
```

Finally access the application at http://localhost:8080

## Want to develop it from scratch?

There is a detailed [tutorial](./tutorial_readme.md) available which can be followed step by step to go through the process of
developing this simple application involving a lot of components to make it work. This tutorial has been keept in mind
There is a detailed [tutorial](./tutorial_readme.md) available which can be followed step by step to go through the process of
developing this simple application but involving a lot of components to make it work. This tutorial has been created keeping in mind
developers novice to Node-JS domain and related tools.

0 comments on commit 4729371

Please sign in to comment.