A simple site built using the React and the Feature-Sliced Design (FSD) architectural methodology.
- React
- Redux Toolkit + RTK Query
- SCSS modules
- FSD - Feature-Sliced Design
-
Download project from repository.
-
Copy
.env.example
to.env
, or use MockServer. In "src/app/index.js" uncomment the following lines:// import { createMockServer } from "shared/lib"; ... // if (process.env.NODE_ENV === "development") { // createMockServer(); // }
-
Open terminal in code editor.
-
Enter the following code:
npm install npm start
Email: nyarlothotephoro@gmail.com