Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vivekkravindraa/blogs-app

Site that lists the blogs for Caw Studios.
https://github.com/vivekkravindraa/blogs-app

axios caniuse-db node-sass npm react react-redux react-router-dom redux redux-devtools-extension redux-thunk serve

Last synced: 17 days ago
JSON representation

Site that lists the blogs for Caw Studios.

Awesome Lists containing this project

README

        

## How to run the app in your local ?

Clone the project to your local:

```
$ git clone https://github.com/vivekkravindraa/blogs-app.git
```

In the project directory, you can run:

```
$ npm install
```

and then do:

```
$ npm start
```

Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

## Serve Production Build

In the project directory, you can run:

```
$ sudo npm install -g serve
```

and then do:

```
$ npm run serve
```

Open [http://localhost:5000](http://localhost:5000) to view it in the browser.

## Deployed Application

Open [https://caw-blogs.netlify.app](https://caw-blogs.netlify.app) to view it in the browser.