Skip to content

mylastore/next-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next.js multiuser blog application project bootstrapped with create-next-app

Technologies

  • Next JS version 10
  • Bootstrap 4
  • Suneditor WYSIWYG
  • Isomorphic-fetch
  • Formik with Yup - form and validation
  • react-google-login
  • Disqus for comments

see package.json for more

Getting Started

First, run the development API server found here: koa-blog-api

npm i

npm start

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out GitHub repository here - feedback is helpful

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Deploy on your own server

Push to your git repo and on your server clone git repo update the next-config.js and run the following commands

npm run build

npm run live

# or with PM2 ecosytem.json
npm run production

HAVE A QUESTION?

Go ahead and ask on the GitHub repo "Discussions" section

License

Copyright 2020 Oscar Quinteros

MIT

Releases

No releases published

Packages

No packages published