- VS Code, Node.js(recommend latest LTS version), MongoDB Compass
- Git(Using GitHub Desktop or Git Bash...etc)
- Enter
elaina-blog/elaina-blog.code-workspace
and clickOpen Workspace
button - We are working in workspace, CHECK you're working in workspace..!
- How to check? - See the top of VS Code, and check
Filename - elaina-blog (Workspace) - Visual Studio Code
- How to check? - See the top of VS Code, and check
- Language: TypeScript
- Front: React.js, Next.js, Apollo-Client, Styled-Components, GraphQL
- Server: Apollo-Server, Express, GraphQL
- DB: MongoDB(MongoDB Atlas)
- ESLint
- Prettier
- Apollo GraphQL
- syntax highlight in frontend graphql
- GraphQL
- syntax highlight in graphql
- vscode-styled-components
- syntax highlight and auto-complete in styled-component
- React Developer Tools
- provides useful react dev tools in DevTools
- Open Terminal in VS Code(
ctrl + backtick
) - If not ready for
yarn
, installyarn
withnpm i -g yarn
- If error in this instruction, check npm with
npm --version
, or reinstall Node.js
- If error in this instruction, check npm with
- Change pwd to
elaina-blog/client
and inputyarn install
- Open new terminal
- Change pwd to
elaina-blog/server
and inputyarn install
yarn dev
in each terminal