generated from fede/mern-template
9a539e4b4bf1ca16f29262b229045d8b97eab45d
MERN Stack Template
- M = MongoDB
- E = Express.js
- R = React.js
- N = Node.js
Que es esta plantilla?
Esta plantilla permite iniciar un proyecto usando el stack MERN, viene incluido con algunas funcionalidades de auth basicas y un cliente con vite
Como uso esta plantilla?
2. Instalar Dependencias
1
cd ./server
bun install
2
cd ./client
bun install
3. MongoDB:
Prepare your MongoDB database (using Atlas,
or Community). Then configure your database within server/src/constants/index.js (or server/src/.env), by configuring the MONGO_URI variable.
4. Iniciar Aplicaciones
make
5. Happy Coding !!1!!!!
Description
Languages
TypeScript
81.7%
CSS
11.1%
HTML
4.8%
JavaScript
2%
Makefile
0.4%