https://github.com/moikapy/moitroid
https://github.com/moikapy/moitroid
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/moikapy/moitroid
- Owner: Moikapy
- License: mit
- Created: 2019-05-25T03:17:24.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T22:36:59.000Z (over 3 years ago)
- Last Synced: 2024-12-30T04:17:09.531Z (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
```