Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/prashanthr/create-node-app

A starter app for your Node.js applications with all essentials baked right in.
https://github.com/prashanthr/create-node-app

app babel javascript nodejs

Last synced: about 1 month ago
JSON representation

A starter app for your Node.js applications with all essentials baked right in.

Awesome Lists containing this project

README

        

**CREATE NODE APP**

This is a project bootstraped with node.js and essential packages to give you the perfect recepie to kickstart your app.

This project is built with the following technologies
- Node.js (node, express, http, cors, compression, body-parser)
- Essentials (config, debug, babel, babel-cli)

Upcoming Features
- Integrate with npm

Usage
Currently, to use this app, fork this repo, follow setup instructions below, change what you need and get going!

Setup
- Start the server
```
yarn run start
# or
npm run start
```
- Test the API by going to [http://localhost:9095/api/health](http://localhost:9095/api/health)