Skip to content

XDPVD/my-posts-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

From Design to Development Demo

Demo for the course From Design to Development that takes you from Figma and Storybook to a full stack Next.js app with Applitools testing and Netlify authentication.

Learn how to create your own with From Design to Development Crash Course - Full Stack Next.js Tutorial

Getting started locally

  1. Install dependencies
yarn install
  1. Set up environment variables
AIRTABLE_BASE_ID="[Your API Key]"
AIRTABLE_API_KEY="[Your API Key]"
NEXT_PUBLIC_API_ENDPOINT="[Your Endpoint or http://localhost:3000]"
NEXT_PUBLIC_AUTH_ENDPOINT="[Your Endpoint]"
  1. Start the development server
yarn dev

More tutorials and walkthroughs

About

Demo for From Design to Development Crash Course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.7%
  • SCSS 19.3%