Skip to content

Personal site johnserrano.co and blog. Developed with React.js and Next.js

Notifications You must be signed in to change notification settings

jandrey15/personal-site

Repository files navigation

personal site johnserrano.co

¿How does that work?

Require Node.js 8.x

  • yarn install to install the dependencies
  • yarn run dev to run development mode app
  • yarn start to build production

Example zeit/next

docker run --rm -it \
  -p 3000:3000 \
  next-app