angular2-seed
angular2-seed copied to clipboard
after npm install, then npm start, i have had this issue ` > [email protected] start /home/fredric/angular2/angular2-seed-master > npm run server > [email protected] server /home/fredric/angular2/angular2-seed-master > webpack-dev-server --inline --progress --port 3001...
When I build the project to have an idea of the size when deployed to production, it generates a "main.bundle.js" file of about 3MB. I'm using "npm build" which in...
Hi , I 'm getting an error when runing the **npm install** command . Here the npm-debug.log [npm-debug.txt](https://github.com/angular/angular2-seed/files/878453/npm-debug.txt) Thanks
Hello I have a question after i finish my site what is the folder that should i put it in the server ftp filezella to integrate it on line.IS there...
I don't konw how to import ng2-bootstrap with webpack,Can you tell me that? Thank you
Hi Guys, This is one of few (actually the only as far as I'm concerned) Angular 2 seed with WebPack that actually works as I'd expect. Juts wanted to say...
Hey, Followed the steps by cloning the repository and completing all the steps mentioned. I get the error as Failed at the **[email protected] start script 'tsc && concurrently "npm run...
Hi ! I run "npm run build" and i get main.bundle.js and main.map in dist folder. I thought I would have an index.html, ... How can I put my project...
hi, i tried to register ngx-uploader but can not. there directives, classes, .. . i tried different ways but could not. is there a way you suggest me. thanks. my...
Today we've got `npm start` that runs WebPack's dev server. We should also have a task that prepares artifacts to be deployed using any web server. `npm build` or something