A simple and light repository to start coding for MERN stack in JavaScript or TypeScript
Before running the project, you should install the node modules using the following command:
npm installTo run the whole project including back-end and front-end, you can use the following command:
npm startTo only run the front-end side of project, you can use the following commands:
For development environment:
npm run front-devFor build without watch:
npm run front-buildFor build with watch:
npm run front-build-watchThere is 2 default environment variables that you can see in .en.example file. To use these variables or any other custom ones, you should create a file called .env in the root of repository.