Skip to content

Chun-Lin/marley-spoon-clone

Repository files navigation

Marley Spoon Clone

Development

$ npm install
$ npm run dev
# Listening at http:https://localhost:3000 with the default

Production

$ npm run build

Run Tests

$ npm run test
# Run all tests

slice machine

run slice machine in localhost

$ npm run slicemachine
# Listening at http:https://localhost:9999 with the default

Set up list

  • styling
    • styled-reset
    • styled-components (can easily inject props to modify CSS properties)
  • eslint
  • prettier (formatting codes)
  • testing
    • react-testing-library (can easily get component node to test)
    • testing-library/jest-dom/extend-expect

Improvements

  • Responsiveness in different device widths
  • Scale up with slices and types
  • unit tests for slices and components

About

This project is build with next.js, prismic, styled-components

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published