This is initial setup of Angular 2 with Laravel 5.3.
- First clone it or download it.
- Run this command in your terminal-
composer install
- Rename .env.example to .env
- Run this command in your terminal-
php artisan key:generate
npm install
- Go node_modules>elixer-typescript>index.js and comment this line
//.pipe($.concat(paths.output.name))
- Run this command in your terminal-
gulp
- Launch it into your browser with localhost or php artisan command -
php artisan serve