Build your own live chat with Angular(+4.0.0), AngularFire(2.3.0) and Firebase! 💯 🔥
Currently runs with:
- Angular v4.3.5
- Webpack v3.1.0
- TypeScript v2.2.1
With this sample, you can :
- Run your app in a local development environment with Webpack
- Run your app in a production environment
Clone this repository locally :
git clone https://github.com/peicap/angular-minimalist
Install dependencies with npm :
npm install
- in a terminal window -> npm start
Alright! You can use your Angular4 + Webpack app in a local development environment with hot reload!
Command | Description |
---|---|
npm run build:fast |
Watches, compiles and serves files using webpack. (Preffered) |
npm run build |
Builds your application and puts it in the /dist folder |
Kristofferson Carillo |