Personal Blog With Concept: Theater
This is the front-side of my Blog Application. You can check out the Backend-side also.
React(Hooks, Styled-Components, Context API), Manual SSR, Docker
- With command below you will get a clone of this repository.
git clone https://github.com/nant0313/theater_front- And next install all of the dependencies required for this project
npm install- Run develop server
npm run devnpm run buildThen you will see the files in public/.
The Command below will run node server.js and start server-side rendering for SEO (Search Engine Optimization).
npm startIn this project you need to add .env file to main directory.
Please fill In the blanks below and add to .env file.
MYSQL2_HOST=
MYSQL2_USER=
MYSQL2_PW=
MYSQL2_DB=
- Fix Manual Server-Side-Rendering -> Next.js
- Add Like Button to Posts, Comments.