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
- Host: GitHub
- URL: https://github.com/wlawt/ideaspace-frontend
- Owner: wlawt
- License: mit
- Created: 2019-05-12T03:28:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T21:45:31.000Z (over 2 years ago)
- Last Synced: 2025-01-08T08:18:50.681Z (5 months ago)
- Language: JavaScript
- Size: 2.99 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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