M - mongodb
E - express
R - react
N - node
module.exports = {
MONGO_URI: '[YOUR-MONGO-CONNECTION-URI]',
SERVER_PORT: [NODE SERVER PORT]
}
backend
npm install or yarnFrontend
cd frontend npm install or yarn
npm run dev or yarn dev
- ES7+ React/Redux/React-Native snippets
- Prettier - Code formatter
- Javascript and Typescript Nightly
- GitLens - Git supercharged
- Git Blame
- Draw.io integration
- Markdown All in One
- REST Client (Postman alternative)