Skip to content
This repository was archived by the owner on Oct 12, 2024. It is now read-only.

Commit c44c3be

Browse files
committed
Readme Changes
1 parent 1856ad5 commit c44c3be

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

README.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# Angular 6 + Node.js - Boiler
1+
# Angular (Latest) + Node.js (TypeScript) - Boiler
22

33
[![Build Status](https://travis-ci.com/meetdave3/Angular6-Node.js-TypeScript.svg?branch=master)](https://travis-ci.com/meetdave3/Angular6-Node.js-TypeScript)
44

5-
This project is a starter project with Node at the backend (fully written in TypeScript) and Angular 6 on the client side.
5+
This project is a starter project with Node at the backend (fully written in TypeScript) and Angular on the client side.
66

77
This repo shall allow you to instantly get started with a full stack project in place. Just connect it with your favorite database and you're good to go.
88

99
## Repo Features
1010

11-
- [x] Angular 6.1.6
11+
- [x] Angular 6.1.10
1212
- [x] Bootstrap
1313
- [x] Lazy Loaded Routes
1414
- [x] Angular Material
@@ -27,23 +27,19 @@ After cloning, run `npm install`
2727

2828
Run `npm run start` to spin front end code,
2929

30-
Run `npm run dev` to start the Node server in development mode
30+
Run `npm run post-dev` to start the Node server in development mode
3131

32-
Navigate to `http://localhost:3015/`.
32+
Navigate to `http://localhost:4200/`.
3333

34-
You can now seamlessly watch your changes reflect in realtime everytime you save your changes.
35-
36-
## Code scaffolding
37-
38-
Run `ng g c component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
34+
You can now seamlessly watch your changes reflect in realtime everytime you hit save (Client + Server code).
3935

4036
## Production Build
4137

42-
Run `npm run build:prerender && npm run serve:ssr` to build the project
38+
Run `npm run build:prerender`
4339

44-
Compiles the boiler application and spins up a Node Express to serve the Boiler Universal application on http://localhost:3015
40+
Then `npm run serve:ssr` to start the server
4541

46-
`npm run build:prerender && npm run serve:prerender` - Compiles your application and prerenders your application's files, spinning up a demo http-server so you can view it on http://localhost:8080 Note: To deploy your static site to a static hosting platform you will have to deploy the dist/browser folder, rather than the usual dist
42+
This spins up a prerendered Node server on http://localhost:3015
4743

4844
## Running unit tests
4945

0 commit comments

Comments
 (0)