Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/prashanthr/create-node-app
- Owner: prashanthr
- Created: 2017-04-13T16:21:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T23:35:22.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T06:07:23.042Z (6 months ago)
- Topics: app, babel, javascript, nodejs
- Language: JavaScript
- Size: 273 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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 npmUsage
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)