We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Project Setup]
Setup the server and make it listen on port 5000
5000
Generate react app for the client using command
npx create-react-app
Install modules :
add Proxy to client package.json
"proxy": "http://localhost:5000/"
ESLINT for the Client
eslint eslint-config-airbnb-base eslint-plugin-import eslint-config-prettier eslint-plugin-prettier eslint-plugin-flowtype eslint-plugin-jsx-a11y eslint-plugin-react eslint-plugin-react-hooks prettier
ESLINT for the Server
eslint eslint-config-airbnb eslint-plugin-prettier save-exact prettier eslint-config-prettier prettier eslint-plugin-jest
The text was updated successfully, but these errors were encountered:
No branches or pull requests
[Project Setup]
Acceptance Criteria
File Strucutre #4
README #5
Server Setup
Setup the server and make it listen on port
5000
React Setup
Generate react app for the client using command
Install modules :
add Proxy to client package.json
ESLINT config
ESLINT for the Client
ESLINT for the Server
The text was updated successfully, but these errors were encountered: