Skip to content

sylvainlap/strapi-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

strapi-frontend

A boilerplate to create a frontend for Strapi.

TODO

  • protect createMessage route (react-router-tuto ? router auth flow ? react-redux ? high order component ?)
  • redirect after message creation

Contains

Setup

$ npm install

Running

$ npm start

Lint

$ npm run lint

Build

$ npm run build

Installation with Strapi

$ strapi new project
$ cd project
$ strapi generate api message title:string content:string tags:string
$ cp <path of strapi-frontend>/static/* ./public

License

MIT

About

frontend for strapi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published