Quick start With Admin Template for Laravel 8.0 + Angular 10.0 With NGRX projects with JWT auth.
- Angular CLI boilerplate files
- JWT authentication service
- Login components
- i18n
- Composer build file
- Boilerplate files
- JWT authentication
-
Go to
Serverfolder and runcomposer installto install dependencies. -
Set your DB connections in
.env -
run
php artisan key:generateto generate app key. -
import sql file placed in root directory
-
In migrations, the default user is created for which username is "admin@gmail.com" and password is "123456".
-
Open Client folder in terminal/console and run
npm installto install all dependencies. -
Add URL to your local server to
/Client/src/environments/environment.ts. -
Run
ng servefor a dev server. Navigate tohttp://localhost:4200/. The app will automatically reload if you change any of the source files.



