Built heavily based on Drywall, a user system for Node.js. PartJS is a package of single-page application boilerplates.
It is developed for Mokoversity Farm. See Mokoversity Farm.
On The Server | On The Client | Development |
---|---|---|
Express | Bootstrap | Grunt |
Jade | Backbone.js | Bower |
Mongoose | jQuery | |
Passport | Underscore.js | |
Async | Font-Awesome | |
EmailJS | Moment.js |
Basically you could be a full stack developer.
- Strong JavaScript programming skills.
- Node.js fundamentals: async IO, HTTP module and etc.
- Express.js and Node.js
- Understanding REST architecture.
- Understanding NoSQL.
- MongoDB and its Node.js driver.
- Continusly develop a SPA template suite hat can be reused in new applications without being greatly changed from the original.
views/timeline
: a timeline SPAviews/post
: a form SPA
- Node Runtime
- MongoDB
- Grunt CLI
- npm and bower package manager
$ cd <directory-to-your-partjs>
$ cp config.example.js config.js
$ npm i
$ bower i
$ grunt build
$ node app.js
Please visit http://localhost:3000/.
$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
$ brew install nodejs
$ brew install mongodb
$ npm i -g bower
$ npm i -g grunt-cli
The templates of PartJS are following the principles of single-page application design. You could checkout SPA Design Principles 101.
MIT
Copyright (C) 2014 Jollen Chen
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.