Angular (5-9) + universal + ngx-translate + localize-router + lazyloading
Choose the branch when you clone this repo:
- angular-5
- angular-7
- angular-8
- angular-9
Run npm start
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run npm run dev:ssr
to start the project with universal in debug mode. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run npm run build:ssr
to build the project. The build artifacts will be stored in the dist/
directory.
Run npm run serve:ssr
for a universal server. Navigate to http://localhost:4000/
.
Copy browser
and server
folders in the same server on your server.
Go to the parent folder and run node server/main.js
.
Navigate to http://localhost:4000/
.