Abraham Cuenca 5627bab1a3 Description of what you did:
Fix Profile button throwing a 500 Internal Server Error when refreshing
page from the admin screen.

Fix #4777

**My PR is a:**

[ ] Breaking Change
[x] Bug fix
[ ] Enhancement
[ ] New Feature

**Main update on the:**

[x] Admin
[ ] Documentation
[ ] Framework
[ ] Plugin

**Manual testing on on the following databases:**

[x] Not applicable
[ ] MongoDB
[ ] MySQL
[ ] Postgres
[ ] SQLite
2019-12-24 11:59:00 -08:00
..
2019-12-24 11:59:00 -08:00
2019-12-01 23:05:58 +01:00
2019-12-17 12:33:56 +01:00
2019-12-12 14:32:37 +01:00
2019-12-23 10:17:40 +01:00
2019-11-29 06:54:17 +01:00
2019-12-11 12:43:07 +01:00

Strapi built-in admin panel

Description

TODO

Contribute

Setup

Create a new Strapi project: strapi new myApp.

Go in your project: cd myApp.

Development

Start the React application: cd myApp/admin, then npm start.

The admin panel should now be available at http://localhost:4000.

Build

In order to check your updates, you can build the admin panel: cd myApp, then npm run build.