An open API service indexing awesome lists of open source software.

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

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
```