A simple web app for blogs. No user accounts required, so it can be tried out right away.
-
Create, view, edit, & delete blogs.
-
Create, view, & delete comments on blogs.
-
React (JavaScript)
-
React Redux
- Redux Thunk
-
React Router
-
-
Axios
-
CSS
This app was created by Create React App.
-
Clone this repository
git clone <link> <location>
-
Install the NPM dependencies.
npm i
-
Use the NPM scripts
-
Running in development mode
npm run start
-
Create production build
npm run build
-