Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rwieruch/minimal-node-application
Basic Node Babel Server
https://github.com/rwieruch/minimal-node-application
babel boilerplate node node-js nodejs
Last synced: 4 days ago
JSON representation
Basic Node Babel Server
- Host: GitHub
- URL: https://github.com/rwieruch/minimal-node-application
- Owner: rwieruch
- Created: 2017-07-29T11:37:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-08-31T07:14:20.000Z (about 2 years ago)
- Last Synced: 2024-10-24T03:24:58.303Z (12 days ago)
- Topics: babel, boilerplate, node, node-js, nodejs
- Language: JavaScript
- Homepage: https://www.robinwieruch.de/
- Size: 289 KB
- Stars: 134
- Watchers: 9
- Forks: 80
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Simple Node Application
[![Build Status](https://travis-ci.org/rwieruch/minimal-node-application.svg?branch=master)](https://travis-ci.org/rwieruch/minimal-node-application) [![Slack](https://slack-the-road-to-learn-react.wieruch.com/badge.svg)](https://slack-the-road-to-learn-react.wieruch.com/) [![Greenkeeper badge](https://badges.greenkeeper.io/rwieruch/minimal-node-application.svg)](https://greenkeeper.io/)
An easy way to get started with JavaScript on the command line. [Read more about it](https://www.robinwieruch.de/minimal-node-js-babel-setup).
[![Edit minimal-react-webpack-babel-setup](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/rwieruch/minimal-node-application/tree/master/?fontsize=14)
## Installation
* `git clone [email protected]:rwieruch/minimal-node-application.git`
* `cd minimal-node-application`
* `npm install`
* `npm start`
* optional: include *.env* in your *.gitignore*