Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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