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
Server
folder and runcomposer install
to install dependencies. -
Set your DB connections in
.env
-
run
php artisan key:generate
to 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 install
to install all dependencies. -
Add URL to your local server to
/Client/src/environments/environment.ts
. -
Run
ng serve
for a dev server. Navigate tohttp://localhost:4200/
. The app will automatically reload if you change any of the source files.