Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dnazmije/express-babel-starter-kit
A starter kit for developing Express apps with Babel integration.
https://github.com/dnazmije/express-babel-starter-kit
babel es6 expressjs nodemon pug
Last synced: 13 days ago
JSON representation
A starter kit for developing Express apps with Babel integration.
- Host: GitHub
- URL: https://github.com/dnazmije/express-babel-starter-kit
- Owner: dnazmije
- Created: 2019-01-22T16:45:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-22T16:58:04.000Z (about 6 years ago)
- Last Synced: 2024-11-14T11:16:03.163Z (2 months ago)
- Topics: babel, es6, expressjs, nodemon, pug
- Language: JavaScript
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# express-babel-starter-kit
A starter kit for developing Express apps with Babel integration.
## Tools
- It integrates [Babel](https://babeljs.io/) to use the latest features of JavaScript.
- It uses [Nodemon](https://www.npmjs.com/package/nodemon) to automatically restart the server when changes are made.
- For view endgine and templeting it uses [Pug](https://www.npmjs.com/package/pug).## Usage
After cloning the repo:
- run `npm install` to install node modules;
- run `npm start` to start the app;
- visit it on the browser at `localhost:3000`.