Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/moikapy/moitroid


https://github.com/moikapy/moitroid

Last synced: about 9 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Moi Node
> Docker Repo for creating Nodejs Web Apps
> [Download](https://github.com/Moikapy/MoiNode/releases)
## Introduction
Moi Node is a NodeJs Docker Container created to be used for local development as well as for production use.

## How To Get Started

- Download Dependencies

```
npm i

# or

yarn
```

- Starting the Container for Development

```
npm run dev:docker

# or

yarn dev:docker
```

- Starting Container for Production

```
npm run start:docker

# or

yarn start:docker
```

- Start Dev Server

```
npm run dev

# or

yarn dev
```

- Start Prod Server

```
npm start

# or

yarn start
```