An open API service indexing awesome lists of open source software.

https://github.com/wlawt/ideaspace-frontend

ReactJS and Redux Code for IdeaSpace
https://github.com/wlawt/ideaspace-frontend

Last synced: 3 months ago
JSON representation

ReactJS and Redux Code for IdeaSpace

Awesome Lists containing this project

README

        

## IdeaSpace Front-End - ICS Summative

A blogging web application for people to share their journeys / experiences.

## Downloading the source code

#### Clone the repository:

```
git clone https://github.com/tRieMeRalD/IdeaSpace-Frontend.git
cd IdeaSpace-Frontend
```

#### To run ReactJS build:

```
cd client
npm run build
npm start
```

#### Node dependencies required to run the project:

```
npm install --save axios jwt-decode react-redux react-router-dom redux redux-thunk
```

## Guideline - How to use IdeaSpace:

- See this [repository] for a step-by-step tutorial.

[repository]: https://github.com/tRieMeRalD/IdeaSpace

## Update threads

- See this [github] for the update thread.

[github]: https://github.com/tRieMeRalD/IdeaSpace