Todos App is simple app for practicing make a app with react with express (MERN Stack). I hope with this example app, all of you can rebuild app with your code style and don't copy and paste.
- Front End (HTML, CSS, React.js)
- Backend (express.js)
- Database (MongoDB)
Please follow these intructions for using this app.
- Install the app both frontend and backend
npm run install:full - For running backend only
npm run devornpm starton root of project - For running frontend only
npm starton frontend folder - For running both
npm run dev:fullon root of project.
In this app, is not provided command for production stage.
Happy Codding!!!