Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moikapy/moitroid
https://github.com/moikapy/moitroid
Last synced: about 9 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/moikapy/moitroid
- Owner: Moikapy
- License: mit
- Created: 2019-05-25T03:17:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T22:36:59.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T22:41:48.275Z (over 1 year ago)
- Language: JavaScript
- Size: 653 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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
```