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: 2 months 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-22T16:58:04.000Z (over 7 years ago)
- Last Synced: 2025-01-14T04:12:50.211Z (over 1 year 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`.