Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vivekkravindraa/blogs-app
- Owner: vivekkravindraa
- Created: 2021-10-23T15:43:46.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-23T18:31:38.000Z (about 3 years ago)
- Last Synced: 2024-10-31T09:42:21.398Z (2 months ago)
- Topics: axios, caniuse-db, node-sass, npm, react, react-redux, react-router-dom, redux, redux-devtools-extension, redux-thunk, serve
- Language: JavaScript
- Homepage: https://caw-blogs.netlify.app
- Size: 205 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.