This is a template repository used to quickly bootstrap MERN applications.
Technologies built into this template out of the box.
- n/a
- You should ideally be using yarn version
14.5.*to make this repository work. - Run
yarn installin the root directory - Run
yarn run initin the root directory (installs dependencies forclientandserverdirectories)
- Run
yarn run devin the root directory to start bothclientandserverenvironments - Alternatively, run
yarn run start(insideclientdirectory) andyarn run dev(serverdirectory) in separate terminals to have more fine grained control