mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-20 09:20:12 +01:00
feat(demo): add landing page with docs (#1951)
This commit is contained in:
parent
67c9587b87
commit
43cc3a1556
190 changed files with 15425 additions and 21 deletions
11
docs/articles/server-deployment.md
Normal file
11
docs/articles/server-deployment.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Server Deployment
|
||||
|
||||
Though in the development Nebular app consists of a number of TypeScript, SASS, etc files, the built package is just a bunch HTML/JavaScript/CSS files.
|
||||
No other processing is needed to get them running in a browser.
|
||||
So to deploy the app you basically need two simple steps:
|
||||
|
||||
- Build your app with `npm run build:prod`
|
||||
- Copy the output from the `dist` folder under a web-server of your choice.
|
||||
|
||||
More details on how to setup your web-server to better serve the application can be found on Angular Documentation website, under <a href="https://angular.io/guide/deployment#server-configuration" target="_blank">Server Configuration</a> section.
|
||||
<hr>
|
||||
Loading…
Add table
Add a link
Reference in a new issue