Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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`.