Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sheenazien8/personal_blog
https://github.com/sheenazien8/personal_blog
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sheenazien8/personal_blog
- Owner: sheenazien8
- Created: 2019-10-20T04:16:56.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T10:04:45.000Z (about 2 years ago)
- Last Synced: 2023-03-05T08:12:54.234Z (almost 2 years ago)
- Language: JavaScript
- Size: 366 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nodejs Boilerplate
## Getting started
```bash
# clone the project
git clone https://github.com/sheenazien8/nodejs_boilerplate/# enter the project directory
cd nodejs_boilerplate# install dependency
npm install# develop
npm run dev
```## Build
```bash
# build for production environment
npm run build
```