https://github.com/parazeeknova/boiler-js
MERN boilerplate, useful for certain scenarios were you need vanilla js
https://github.com/parazeeknova/boiler-js
boilerplate javascript mern mvc-architecture nodejs template
Last synced: 9 months ago
JSON representation
MERN boilerplate, useful for certain scenarios were you need vanilla js
- Host: GitHub
- URL: https://github.com/parazeeknova/boiler-js
- Owner: parazeeknova
- License: mit
- Created: 2025-04-01T10:05:40.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-04-01T13:13:25.000Z (9 months ago)
- Last Synced: 2025-04-01T14:26:18.947Z (9 months ago)
- Topics: boilerplate, javascript, mern, mvc-architecture, nodejs, template
- Language: JavaScript
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
- License: LICENSE
Awesome Lists containing this project
README
### Boilerplate
Node MVC boilerplate for backend for scalable API development
###### To use this boilerplate, follow the steps below:
```bash
# To install all packages
npm run install-all # Installs all packages for both backend and frontend
# To start the app
npm run start # Starts both backend and frontend using concurrently
# To lint and format the code
npm run lint
```