Commit bf798724 authored by Jesús Rodríguez's avatar Jesús Rodríguez Committed by GitHub

chore: add typings warning (#132)

parent afb9c9e3
...@@ -70,6 +70,10 @@ npm install ...@@ -70,6 +70,10 @@ npm install
npm start npm start
``` ```
> If the `typings` folder doesn't show up after `npm install` please install them manually with:
> `npm run typings -- install`
The `npm start` command first compiles the application, The `npm start` command first compiles the application,
then simultaneously re-compiles and runs the `lite-server`. then simultaneously re-compiles and runs the `lite-server`.
Both the compiler and the server watch for file changes. Both the compiler and the server watch for file changes.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment