Subscribe to My Youtube Channel:
https://www.youtube.com/NerdAutodidata
+---components
+---icons
+---models
+---pages
| \---api
| \---employees
+---store
| +---actions
| +---reducers
| \---sagas
+---styles
\---utils
Name | Description |
---|---|
NextJS | The React Framework for Production. |
ReactJS | A JavaScript library for building user interfaces. |
Redux | A Predictable State Container for JS Apps. |
Redux Saga | A middleware used to handle side effects in Redux. |
React Hook Form | Performant, flexible and extensible forms with easy-to-use validation. |
Mongoose | Elegant mongodb object modeling for node.js |
- Install project dependencies
yarn install or npm install
- Add environment variables on your
.env.local
MONGO_URI=
- Start the development server
yarn dev or npm run dev
- Build for production
yarn build or npm run build
- Run production mode
yarn start or npm start