Questions tagged [starter-kits]

Use this tag for questions related to a starter kit, such as the use, configuration, development or merging of a single or multiple starter kits

Use this tag for questions related to a starter kit, such as the use, configuration, development or merging of a single or multiple starter kits

41 questions
27
votes
3 answers

Tips for learning embedded linux

I want to learn the basics of embedded linux. To do this I am assuming that I need to go and buy some sort of hardware board and have the linux kernel code. I have no idea where to start with this and any tips/pointers would be most welcome. Ideally…
code_fodder
  • 15,263
  • 17
  • 90
  • 167
10
votes
1 answer

How to create your own npm starter-kit?

Starte of the art: Popular node.js frameworks come with their own starter-kits that act as project templates, such as React comes with the starter-kit . When user want to create a new react application, they can use the short hand npx…
dinkelaker
  • 171
  • 1
  • 7
10
votes
7 answers

Starter theme for Drupal 7? Stark? Zen?

I have been using Drupal 6 for a year and always used Zen Sub-Theme for every project. So, should I keep using Zen for Drupal 7? Or is Drupal 7 bringing a better alternative? Maybe the Stark theme?
designer-trying-coding
  • 5,994
  • 17
  • 70
  • 99
7
votes
5 answers

How to get started with RDF? (Particularly for relational database developers?)

I am putting together a catalog (catalogs by nature are just metadata), and so rather than using a database, I am using an RDF store and SPARQL processor to compile the data. I am at the pattern-matching stage (the fun part). So, I get to come up…
Biagio Arobba
  • 1,075
  • 11
  • 27
4
votes
0 answers

How do I merge React/Redux Starter kit with Hackathon-Starter Kit

If I have already built my frontend using https://github.com/davezuko/react-redux-starter-kit - is there a way I can port this over to Hackathon Starter Kit https://github.com/sahat/hackathon-starter?
Syed Jafri
  • 41
  • 2
3
votes
0 answers

Cannot install UMBRACO CMS STARTER KITS - The installer can't connect to the repository

I am completely new to Umbraco & Webmatrix. I am using Windows 8 ,IIS version 8 & Webmatrix version 3. I tried installing Umbraco v6.1.6 but Step-5(Starter Kits) failed and gives me this error: Oops...the installer can't connect to the repository…
zeppelin
  • 451
  • 1
  • 4
  • 24
2
votes
3 answers

Good ways to start an application in ASP.NET MVC

When you start creating an application or site in ASP.NET MVC, what do you do before typing in that first line of code? I'm personally fond of creating a new ASP.NET MVC Web Application project and then cleaning out controllers/views until I have…
Mayo
  • 10,544
  • 6
  • 45
  • 90
2
votes
5 answers

ASP.NET Themes samples/starter kits

I was wondering if there was somewhere I could get some starter kit / theme sample for ASP.NET. I am not a designer, but I need to build a prototype for a project, and if I do it myself it'll certainly be awful Do you know where I could find that…
juan
  • 80,295
  • 52
  • 162
  • 195
1
vote
1 answer

Emacs Starter Kit Mac Not Installing

I'm trying to install this: https://github.com/technomancy/emacs-starter-kit I put the following into my ~/.emacs.d/init.el file: (require 'package) (add-to-list 'package-archives '("marmalade" .…
user592419
  • 5,103
  • 9
  • 42
  • 67
1
vote
1 answer

How to dynamically create and write content inside files and folders with nodejs if making a starter kit generator

I want to create a Project Starter Kit Generator for a framework just like Angular CLI with node.js. Following are the features that will be needed assuming the command would be kit-cli: kit-cli init or kit-cli am/as : will ask few questions and…
DDD
  • 119
  • 3
  • 10
1
vote
0 answers

I configured webpack for multiple pages with Bootstrap 4 and font-awesome and it's is super slow and makes my computer stuck

I have created a webpack configuration that uses bootstrap 4 and fontawesome. It has multiple entrypoints and deals with multiple html pages at the same time. For those who are curiousI have created a repository of my workflow too: github It works…
Junaid Anwar
  • 844
  • 1
  • 9
  • 22
1
vote
1 answer

Why does angular2-webpack-starter work with:' localhost:3000/#/', but Not with 'https://hostname/front/#/' WHY?

I am using the 'angular2-webpack-stater' project and am ready to integrate with with my back end server. I setup nginx with two proxy-passes to connect to the front-end and the back-end: server { listen [::]:443 ssl; listen 443 ssl; …
JoelParke
  • 2,676
  • 2
  • 24
  • 38
1
vote
2 answers

How to use angular2-webpack-starter and angular-cli together?

I am new to Angular2 and webpack-starter. And have the webpack-starter with ng2-boostrap working well. But as I attempt to begin to add components with angular-cli I see 'You have to be inside an ember-cli project in order to use the generate…
JoelParke
  • 2,676
  • 2
  • 24
  • 38
1
vote
1 answer

Deploy React.js Starter Kit on Openshift

I'm trying to deploy the Starter Kit of React.js (available here : https://github.com/kriasoft/react-starter-kit) on Openshift. To do that, I modified some little things that I explain here. First, the logs in Openshift tells me that the import…
romfret
  • 391
  • 2
  • 11
1
vote
1 answer

Cloning a git starter project without throwing away the original git linkage?

I would like to clone a starter project for a javascript application. The starter project contains pre-configurations for development and nice folder structures etc. I would be developing my app inside that folder structure. I will be committing the…
Ken Jae
  • 13
  • 2
1
2 3