๐Ÿ“ฆ eureka928 / star-wars-react

Create the Star wars front-end from https://studio.apollographql.com/

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching
๐Ÿ“ฅ Clone https://github.com/eureka928/star-wars-react.git
HTTPS git clone https://github.com/eureka928/star-wars-react.git
SSH git clone git@github.com:eureka928/star-wars-react.git
CLI gh repo clone eureka928/star-wars-react
leonace924 leonace924 feat: add the completed project e2ed879 1 years ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ cypress
๐Ÿ“ public
๐Ÿ“ src
๐Ÿ“„ .env.example
๐Ÿ“„ .eslintrc.cjs
๐Ÿ“„ .gitignore
๐Ÿ“„ cypress.config.ts
๐Ÿ“„ index.html
๐Ÿ“„ package-lock.json
๐Ÿ“„ package.json
๐Ÿ“„ postcss.config.js
๐Ÿ“„ README.md
๐Ÿ“„ tailwind.config.js
๐Ÿ“„ tsconfig.json
๐Ÿ“„ tsconfig.node.json
๐Ÿ“„ vite.config.ts
๐Ÿ“„ yarn.lock
๐Ÿ“„ README.md

Dreamlabs code challenge

Technical stacks:

  • React 18.2.0
  • Typescript 5.2.2
  • Tailwind CSS
  • Graphql
  • Vite

How to set up project

  • Open command prompt and go to root directory of project
  • Install node modules
npm install
  • Configure env variable
cp .env.example .env.local
  • Run the project
npm run dev
  • Go to http://localhost:3000 in the browser

Testing

  • You can check automated testing by running npm run e2e-test:run
  • You can check in browser by running npm run e2e-test:open

Thank you for your checking!

Hope we can work together. ๐Ÿ˜ ๐Ÿคž ๐Ÿค โ™ฅ๏ธ โ™ฅ๏ธ