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 install
in the root directory - Run
yarn run init
in the root directory (installs dependencies forclient
andserver
directories)
- Run
yarn run dev
in the root directory to start bothclient
andserver
environments - Alternatively, run
yarn run start
(insideclient
directory) andyarn run dev
(server
directory) in separate terminals to have more fine grained control