Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
e271f5efa6
@ -14,7 +14,7 @@ and then
|
|||||||
$ npm -v
|
$ npm -v
|
||||||
```
|
```
|
||||||
|
|
||||||
If you will see the corresponding versions of node and npm, you are ready to code!
|
If you see the corresponding versions of node and npm, you are ready to code!
|
||||||
|
|
||||||
3. Go to the root of this project, open your favorite prompt and run
|
3. Go to the root of this project, open your favorite prompt and run
|
||||||
|
|
||||||
@ -24,7 +24,7 @@ $ npm i
|
|||||||
|
|
||||||
# Scripts
|
# Scripts
|
||||||
|
|
||||||
## Develpoment
|
## Development
|
||||||
|
|
||||||
By simply running
|
By simply running
|
||||||
|
|
||||||
@ -33,7 +33,7 @@ $ npm run dev
|
|||||||
```
|
```
|
||||||
|
|
||||||
you will have 2 tasks running at the same time:
|
you will have 2 tasks running at the same time:
|
||||||
- the python server
|
- the Python server
|
||||||
- the [rollup](https://rollupjs.org/guide/en/) watcher pointing to the configured `.js` file and ready to re-bundle
|
- the [rollup](https://rollupjs.org/guide/en/) watcher pointing to the configured `.js` file and ready to re-bundle
|
||||||
|
|
||||||
**You can now go to http://127.0.0.1:33333 and see the app running.**
|
**You can now go to http://127.0.0.1:33333 and see the app running.**
|
||||||
@ -54,8 +54,10 @@ This is necessary to get a bundled `.js` file **minified**, helping ro drop your
|
|||||||
|
|
||||||
# Other
|
# Other
|
||||||
|
|
||||||
If you notice that another member of the team installed one or more new packages, just run
|
If you notice that another team member installed one or more new packages, just run
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ npm i
|
$ npm i
|
||||||
```
|
```
|
||||||
|
|
||||||
|
and you will be ok
|
Loading…
Reference in New Issue
Block a user