Next.js multiuser blog application project bootstrapped with create-next-app
- 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
First, run the development API server found here: koa-blog-api
npm i
npm start
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features
- Learn Next.js - an interactive Next.js tutorial
You can check out GitHub repository here - feedback is helpful
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.
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
Go ahead and ask on the GitHub repo "Discussions" section
Copyright 2020 Oscar Quinteros