Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.04 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.04 KB

Portfolio – a learning experience built with Next.js, prismic.io, React and Redux.

The website on different devices

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