1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-22 01:44:25 +04:00

Update index.md

This commit is contained in:
Anton
2019-07-11 23:24:59 +03:00
committed by GitHub
parent 5cd527305b
commit 2b5bef6da0

View File

@@ -23,10 +23,11 @@ When completed, you'll be able to run the various commands provided from the com
### Build Tabler locally
1. From the root `/tabler` directory, run `npm run serve` in the command line.
1. From the root `/tabler` directory, run `npm run start` in the command line.
2. Open [http://localhost:4000](http://localhost:4000) in your browser, and voilà.
3. Any change in `/src` directory will build application and refresh the page.
3. Any change in `/pages` directory will build application and refresh the page.
**Note**: run `npm run build` for rerforms a one off build application without refresh.
### Bugs and feature requests