personal site johnserrano.co
¿How does that work?
Require Node.js 8.x
yarn install
to install the dependenciesyarn run dev
to run development mode appyarn start
to build production
Example zeit/next
docker run --rm -it \
-p 3000:3000 \
next-app