README.md
Full-featured example of publishing platform built with
React,
Redux,
React Router,
Babel and
Webpack.
Some features:
Running
Production
npm run build # build assets and server npm start # start the server
Open http://localhost:3000/ in the browser.
Development
npm run dev # start development server with hot reloading
It will automatically open your default browser with project loaded.
Note: You will notice some latency between the moment it open the browser and really load the page. It’s okay.
You can
while unauthorized
- View list of published posts
- View single post
- Log in with hardcoded credentials
- Be redirected from protected routes
while authorized
- view
/dashboard
with unpublished posts - edit and unpublish any
post
- edit your
firstname
andlastname
in/profile
How it works
All data stored in API implemented with jsonServer
. There’re pre-populated users
and posts
entities. This implementation is example-only and you can easily drop-in your own backend solution. We aim just to show the direction.
TODO
Original URL: http://feedproxy.google.com/~r/feedsapi/BwPx/~3/_ik2o-ywemE/redux-blog-example