Skip to content

📰 Simple Next.js/TS application to display blog posts. Built w/ Chakra-UI.

Notifications You must be signed in to change notification settings

ealmeid/blog-displayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📖 Overview

This is a simple frontend project built with the following technologies:

I'm following the atomic design methodology. More about this can be found here: https://atomicdesign.bradfrost.com/chapter-1/ and https://atomicdesign.bradfrost.com/chapter-2/

In order to run the frontend, execute npm run dev in the root directory. The frontend will be accessible at http://localhost:3000

🧪 Testing

To run tests, follow the instructions below

# To Run Component Tests

npx cypress run-ct

# or if you'd like the cypress explorer/runner to open a browser, run:

npx cypress open-ct

To run unit tests, execute

# To run with a browser open

npm run cypress

# or to run unit tests headlessly

npx run cypress

About

📰 Simple Next.js/TS application to display blog posts. Built w/ Chakra-UI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published