mirror of
https://github.com/aelve/guide.git
synced 2024-11-22 03:12:58 +03:00
npm run
This commit is contained in:
parent
2df9858f14
commit
26006e3a28
@ -1,7 +1,7 @@
|
||||
## Commands
|
||||
|
||||
- `dev` - Start developing environment (starts both server and setup client middleware for server).
|
||||
- `build` - Builds to /dist folder. Compiles (from ts to js) server right in dist folder, client files compiled in /dist/src.
|
||||
- `npm run dev` - Start developing environment (starts both server and setup client middleware for server).
|
||||
- `npm run build` - Builds to /dist folder. Compiles (from ts to js) server right in dist folder, client files compiled in /dist/src.
|
||||
|
||||
## Deploy process
|
||||
Requirements: Node version should be >= 11, because of using fs async methods which experimental now.
|
||||
|
Loading…
Reference in New Issue
Block a user