Skip to content
This repository was archived by the owner on Apr 22, 2020. It is now read-only.

Files

Latest commit

 

History

History
36 lines (25 loc) · 831 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 831 Bytes

ReactJS / Redux: Blog Platform Front End

Prerequisites

  • Node.js server v11
  • Npm v6

Features developed

Front End Application:

  • Routes (React Router)
  • State management with Redux
  • Forms using Redux Forms
  • Communicating with the API using Thunk Middleware & Super Agent

Back End Application (Symfony 4 + Api Platform) in other git project: https://github.com/jgauthi/poc_symfony4_apiplatform

Installation

Command lines:

npm install

For the asset symlink install, launch a terminal on administrator in windows environment.

Usage (dev)

There's no need to configure anything to run the application. Just execute this command to run the built-in web server and access the application in your browser at http://localhost:4100:

npm start