1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

modify: update docs

This commit is contained in:
sota1235
2017-04-07 14:39:10 +09:00
parent d4060f8a5a
commit 54b5af0741
3 changed files with 9 additions and 9 deletions

View File

@@ -8,16 +8,16 @@ You can use following commands to use default configuration at the top of projec
Install requirement packages.
```
$ npm install
$ yarn
```
Build codes and run.
```
$ npm run dev-start
$ yarn run dev-start
```
This command runs `npm run webpack` and `npm run hot` in parallel. It means it is the same thing to run those commands in 2 terminals.
This command runs `yarn run webpack` and `yarn run hot` in parallel. It means it is the same thing to run those commands in 2 terminals.
And webpack will watch the code changes and apply it automatically.