portfolio
portfolio copied to clipboard
Built with Next.js, a framework for server-rendered React apps, Redux and prismic.io, an API based headless CMS.
Portfolio – a learning experience built with Next.js, prismic.io, React and Redux.

Description
This portfolio is built with Next.js, a minimalistic framework for server-rendered React applications. It also uses Redux. The content displayed in Work Components is fetched from prismic.io, an API based headless CMS. The portfolio project is built as a learning experience in a javascript course held at Medieinstitutet in Stockholm. For more information about Next.js, visit Next.js.
Deploy
This project is deployed on now.sh. It can be found live at https://katarinaljungdahl.now.sh/.
Setup
To start project:
# Install dependencies
$ npm install
# Start project under development
$ npm run dev
Build
# Run build script to make project ready for production
$ npm run build
License
MIT