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.
- Open terminal
- Navigate to a directory where you like to install this template project. For example c:/workspace/ could be fine.
- Run command
git clone https://github.com/rapitkan/Once-template-project.git
- Navigate into the directory of the template project.
- Run command
git submodule update --init --recursive
- Navigate to k-bag directory.
- Run command
npm install
- Run command
bower install
- Run command
npm start
- 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!