Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sheenazien8/personal_blog


https://github.com/sheenazien8/personal_blog

Last synced: about 1 month ago
JSON representation

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