Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.14 KB

README.md

File metadata and controls

19 lines (15 loc) · 1.14 KB

Once-template-project

This is a NodeJS based project template. It takes advantage of k-bag building tools and Once css library. Feel free to try it out! This is how you can get started:

Pre-conditions: NodeJS, Bower and git are properly installed.

  1. Open terminal
  2. Navigate to a directory where you like to install this template project. For example c:/workspace/ could be fine.
  3. Run command git clone https://github.com/rapitkan/Once-template-project.git
  4. Navigate into the directory of the template project.
  5. Run command git submodule update --init --recursive
  6. Navigate to k-bag directory.
  7. Run command npm install
  8. Run command bower install
  9. Run command npm start
  10. Open a valid web browser or Internet Explorer and navigate to http://localhost:35000.

After the steps above you should have this template project running and everything is ready for serious or less serious development work. Have fun!