Skip to content
This repository has been archived by the owner on Jul 17, 2019. It is now read-only.

A boilerplate using Node, Express, IcedCoffeeScript, MySQL, Winston, Handlebars and Sass

License

Notifications You must be signed in to change notification settings

Ionaru/Node-Express-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node-Express boilerplate

General information

A simple boilerplate for a Node-Express website. It uses:

Both client scripts and server code can be made in IcedCoffeeScript. The app will automatically compile scripts and stylesheets for the client into Javascript and put them into the correct folder.

Using the boilerplate

Want to use this boilerplate? It's simple! Just follow these simple steps to get started:

  1. Clone this repository into a directory of your choice
  2. Delete the .git folder
  3. Run npm install in a command prompt to install dependencies
  4. Rename 'config_template.ini' to 'config.ini' and fill in the fields
  5. Rename 'database_template.ini' to 'database.ini' and fill in the fields
  6. Run npm run start to start it up!

Developer information

Want to contribute? Awesome! Just follow these steps to get started:

  1. Clone this repository into a directory of your choice
  2. Run npm install in a command prompt to install dependencies
  3. Rename 'config_template.ini' to 'config.ini' and fill in the fields
  4. Rename 'database_template.ini' to 'database.ini' and fill in the fields
  5. Add your changes and create a pull request

About

A boilerplate using Node, Express, IcedCoffeeScript, MySQL, Winston, Handlebars and Sass

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published