Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeffersonribeiro/vorttex-test
Vorttex test - React Website
https://github.com/jeffersonribeiro/vorttex-test
express nodemon reactjs redux redux-thunk sass
Last synced: about 1 month ago
JSON representation
Vorttex test - React Website
- Host: GitHub
- URL: https://github.com/jeffersonribeiro/vorttex-test
- Owner: jeffersonRibeiro
- Created: 2018-05-03T20:20:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-06T15:41:38.000Z (over 6 years ago)
- Last Synced: 2024-11-07T02:13:04.307Z (3 months ago)
- Topics: express, nodemon, reactjs, redux, redux-thunk, sass
- Language: JavaScript
- Homepage:
- Size: 23.9 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Vorttex test - React Website
## Getting started
#### Requirements
- Node.js
- NPM### Package installation
Execute the following command on your terminal to install all the needed packages:
``` bash
npm install
```### Run the API Server
Start the server using:
``` bash
npm run server
```When done, the banners API will be running on `http://localhost:8001/api/banners`
You have to keep it running on a terminal so the application can work properly.
### Start the React App
Now execute:
``` bash
npm start
```And the application will start automatically in your browser on `http://localhost:9001`
A little project by Jefferson Ribeiro