Made using ReactJS and Tailwind CSS
Motion Blogs is a simple blogging app.
The main purpose of this app is to be used in the development of the Ci/CD pipeline of our major DevOps project.
- Easy to use UI
- CRUD operations for posting and deleting blog posts and comments
- Clone the repository
git clone https://github.com/NT114-DevOps/mern-stack-frontend.git
-
Install independencies with
npm install
-
Create .env file for environment variables
REACT_APP_API=<Your API URL>
(eg: REACT_APP_API=http://localhost:8000)
- To run locally, run
npm start
- To run the app as a Docker container, run
docker build -t frontend-container .