A boilerplate to create a frontend for Strapi.
- protect createMessage route (react-router-tuto ? router auth flow ? react-redux ? high order component ?)
- redirect after message creation
$ npm install
$ npm start
$ npm run lint
$ npm run build
$ strapi new project
$ cd project
$ strapi generate api message title:string content:string tags:string
$ cp <path of strapi-frontend>/static/* ./public
MIT