Skip to content

flavioab/express-swagger-babel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skeleton project for Swagger

Fully up and running project boilerplate using NodeJS with Express, Babel es2015 preset and Swagger.

Set up

Install packages using:

npm install

During development file changes will be transpiled in real time using:

npm run start

To check tests:

npm run test

Build and distribution

Project transpiled version will be stored in the dist directory, to build for distribution:

npm run build

To serve it:

npm run serve

Licence

GNU General Public License v3.0

About

Template for Nodejs APIs using express, swagger and es2015 babel preset

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published