This is a React App for my application in theVelops following their criteria.
It mainly uses react, redux, axios (to connect to API) and semantic ui.
This App uses REST API in https://github.com/marcksm/rest-api (http://35.227.122.182:4000)
Check out demo deployed in Google Cloud Computer Engine of the App on the link below:
(depending when you are accessing, it may not be up anymore)
- Unix/Linux machine
- Git
- NodeJS
- REST API running on http://localhost:4000 (https://github.com/marcksm/rest-api)
- npm
Clone this repository
**(check npm permissions to avoid error : EACCES)
git clone https://github.com/marcksm/my-app.git
cd my-app
npm install
Inside the my-app folder:
npm start
You should open http://localhost:3000
Inside the rest-api folder
npm test