Pierre Noël eabe72f92e WIP
2021-07-26 16:59:59 +02:00
..
2021-07-05 11:20:21 +02:00
WIP
2021-07-26 16:59:59 +02:00
WIP
2021-07-26 16:59:59 +02:00
2021-06-28 21:37:44 +02:00
2021-07-23 10:33:25 +02:00
2021-06-24 09:12:18 +02:00
WIP
2021-07-26 16:59:59 +02:00
2021-07-01 15:50:11 +02:00
WIP
2021-07-26 16:59:59 +02:00
Wip
2021-07-08 21:53:30 +02:00
2021-07-19 12:39:43 +02:00
2021-06-28 12:34:29 +02:00
2021-05-05 11:08:52 +02:00
2021-07-01 15:50:11 +02:00
2021-07-05 11:24:24 +02:00
WIP
2021-07-26 16:59:59 +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.