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

https://github.com/iagolaguna/express-boilerplate

Is a simple structure for creating future projects
https://github.com/iagolaguna/express-boilerplate

boilerplate express express-boilerplate expressjs expressjs-boilerplate javascript node-boilerplate nodejs nodejs-boilerplate

Last synced: 2 months ago
JSON representation

Is a simple structure for creating future projects

Awesome Lists containing this project

README

        

# Express Boilerplate
Hello new padawan's and old Jedi's this is a simple boilerplate for init a project with:
+ Eslint Configured
+ EditorConfig
+ Basic .gitignore
+ Last feature of babel
+ Some npm tasks
+ .gitattributes for linux support files

# Npm tasks explanations
> ### Linter
> `npm run linter` this task is useful for indentify some error's and warn's what eslint give for us.
> ### Dev
> `npm run dev` this task up server in port `8080` always running before linter for check the code and after up a server with nodemon watching file changes.
> ### Start
> `npm run start` this is a default task for production, running a linter for check the code and transpile babel.

> ### Test
> `npm run test` not implemented yet, you can also send a pull request for this repo with teste feature, it would be great :).

# PS
if you are using [Visual Studio Code](https://code.visualstudio.com/) you can improve your project doing changes in user settings and workspace settings for a better developement experience.