Skip to content
New issue

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

Improve The Boilerplate by Creating a Frontend Based on JavaScript Framework ReactJs 🚀 #2

Open
yezz123 opened this issue Jul 10, 2021 · 0 comments · May be fixed by #1
Open

Improve The Boilerplate by Creating a Frontend Based on JavaScript Framework ReactJs 🚀 #2

yezz123 opened this issue Jul 10, 2021 · 0 comments · May be fixed by #1
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers

Comments

@yezz123
Copy link
Member

yezz123 commented Jul 10, 2021

Frontend Based on JavaScript Framework ReactJs 🚀

  • Create a Frontend Part for Nectus Boilerplate Based on ReactJs 🤖 .

  • build a basic CRUD (Create, Read, Update, and Delete) application using Python with Flask as the API and React for the front-end.

Simple boilerplate for a Flask backend and React client including:

  • ES6 transpiring via Webpack
  • Hot module reloading via Webpack Dev Server
  • State management via Redux
  • Tests via Pytest and Jest
  • Linting via Pylint and Eslint

Dependencies :

"dependencies": {
        "@testing-library/jest-dom": "^5.14.1",
        "@testing-library/react": "^11.2.7",
        "@testing-library/user-event": "^12.8.3",
        "babel-loader": "8.1.0",
        "axios": "^0.21.1",
        "bootstrap": "^5.0.2",
        "react": "^17.0.2",
        "react-dom": "^17.0.2",
        "react-dotenv": "^0.1.3",
        "react-router-dom": "^5.2.0",
        "react-scripts": "4.0.3",
        "reactstrap": "^8.9.0",
        "web-vitals": "^1.1.2"
    }

Note : This issue relate to this pull request #1

@yezz123 yezz123 added documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers labels Jul 10, 2021
@yezz123 yezz123 self-assigned this Jul 10, 2021
@yezz123 yezz123 linked a pull request Jul 10, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant