Alexandre Bodin 35bae7df57 v3.1.1
2020-07-23 18:53:55 +02:00
..
2020-07-20 16:20:11 +02:00
2020-07-16 12:57:54 +02:00
2020-07-23 18:36:29 +02:00
2020-07-17 12:37:21 +02:00
2020-07-22 15:17:23 +02:00
2020-07-08 11:48:47 +02:00
2020-07-08 18:36:43 +02:00
2020-07-23 18:53:55 +02:00
2020-07-08 11:48:47 +02:00
2020-07-08 18:16:55 +02: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.