It is a basic project setup of a Nodejs application in ES6. Everybody can use it.
I am using babel
to transpile from es6 & jade
as template engine. View files are loaded from views
folder. Static files are loaded from assets
folder.
- Clone the repo
- cd
nodejs-project-setup
- Run
rm -rf .git
- Run
npm install
- Run
npm run build
to get transpiled files from es6 - To continue development in your project, use
npm run dev
to watch your changes.