Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/khalil-codes/typepost-react-ts-app

A Blogging/Posting Platform that is connected with Django Server provided in my repo. User can post, update, delete and read several posts.
https://github.com/khalil-codes/typepost-react-ts-app

Last synced: 27 days ago
JSON representation

A Blogging/Posting Platform that is connected with Django Server provided in my repo. User can post, update, delete and read several posts.

Awesome Lists containing this project

README

        

# Getting Started with Type Post

Built using React and TypeScript. Used Redux to handle global state and also used Redux Thunk from Redux Toolkit to manage Async Actions. The frontend is connected with Django Backend that is available in my repos.

## Available Scripts

In the project directory, you can run:

### `npm install`

Installs Dependencies required to run the app

### `npm start`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.\
You will also see any lint errors in the console.