Skip to content

NimitzDEV/next-press

Repository files navigation

NextPress?

practice project build with the following technologies:

Other

  • Disqus support

Majority of the functions haven't implemented yet. like admin control panel, and a lot of bugs.

How to build

For production environment, build first by using yarn build or npm run build

Dev Mode

Install nodemon first

npm install nodemon --global

then run

yarn dev

Project Structure

Kind of messy right now

.
├── components	# components like page elements, apollo server render relative libs
├── pages		# blog pages
├── server		# server relative functions like graphql and mongodb schema, jwt auth libs
├── static		# static files
├── tools		# helpers
├── config.js
└── README.md