Hello guys! Thanks for checking this project out. To start things off I would like to give a huge shoutout to the original creator of the idea for this minimal theme Mr. Steve Smith A.K.A orderedlist I took his theme and kind of tweaked the design a bit and alos ported the whole project over to a SCSS strucutre, so you can go wild with customizing stuff. I also added a little personal touch, with a completely customizeable terminal so you can show people just how easy your project is to use!
Getting started is very easy. Like many other projects we have several options. You can use Bower, NPM, CDN, .ZIP we gottem all. So grab the link from below and start coding to your heart's desires.
npm install page.js -- save
bower install page.js -- save
gem install page.js -- save
If you are having trouble running the above commands, then make sure you have the right permissions.
Node JS is such a popular language these days and it only makes sense that this library would fit well with a real time engine like Node. Make sure to require it with the rest of your node modules.
This is sample paragraph text that will show off how awesome this theme is. It was totally inspired by minimal gh theme, but I thought.
This is sample paragraph text that will show off how awesome this theme is. It was totally inspired by minimal gh theme, but I thought it would be even better if we made it tottally in scss and let people customize its awesomeness. Also it comes with a totally dope terminal, where you customize the code inside it even supports some basic syntax highlighting.
//index.html
"<"vue-router">" "<"/vue-router">"
This is sample paragraph text that will show off how awesome this theme is. It was totally inspired by minimal gh theme, but I thought it would be even better if we made it tottally in scss and let people customize its awesomeness. Also it comes with a totally dope terminal, where you customize the code inside it even supports some basic syntax highlighting.
This is sample paragraph text that will show off how awesome this theme is. It was totally inspired by minimal gh theme, but I thought it would be even better if we made it tottally in scss and let people customize its awesomeness. Also it comes with a totally dope terminal, where you customize the code inside it even supports some basic syntax highlighting.
This is sample paragraph text that will show off how awesome this theme is. It was totally inspired by minimal gh theme.
Connecting to a Mongo database is super simple. Just follow the the instructions below to get up and running.
//../../app.js
function name (one, two)
{
var ans = one * two;
return ans;
console.log('Answer: ' + ans);
};
//../../app.js
mongo.db.insert({name: 'matt eads', age: '21'})
The code blocks are written inside pre elements. This means it will output exactly how you type it. Make sure to format the HTML markup accordingly for desired results.
Connecting to a SQL server is just as easy as any other db. Go under Microsoft Developer center and download the appropriate driver. Then follow the directions below.
//../../app.js
var mssql = require('sql-server');
mssql = server();
mssql.connect({
usnm: 'Your Username',
pswd: 'Your Password',
port: 8080,
api-key: 'AS127ahas9090123lk087523'
});
mssql.listen(8080);
Writing queries is simple and intuitive with our plugin. Simply connect to your DB of choice and our software will take care of the rest.
-- query.sql
decalre @name char(255) = matt
SELECT t.name, t.id, t.email
FROM table t
WHERE t.id = 123;
We think we have a pretty awesome product here, but we need your guy's help to keep it awesome. Plese read the below guide on how you can help with the project. We are pretty strict, but grateful of your contributions. Lets do this!
//markdown
#Heading
##Heading Two
- first item
- second item
- third item