All Projects → electerious → Skeleton-EJS

electerious / Skeleton-EJS

Licence: other
A front-end template build upon Rosid.

Programming Languages

CSS
56736 projects
HTML
75241 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to Skeleton-EJS

cocktails
UI for browsing IBA cocktails
Stars: ✭ 106 (+715.38%)
Mutual labels:  front-end
saco
A pre customized, express server for single page web apps that aims to be production ready.
Stars: ✭ 22 (+69.23%)
Mutual labels:  front-end
SkeletonMatching
This repository implements skeleton matching algorithm.
Stars: ✭ 30 (+130.77%)
Mutual labels:  skeleton
framework
Data handling framework complementary to backend active record systems.
Stars: ✭ 30 (+130.77%)
Mutual labels:  front-end
lambda.service.skeleton
A skeleton for deploying python microservices on AWS Lambda.
Stars: ✭ 73 (+461.54%)
Mutual labels:  skeleton
grav-skeleton-gravcart
The Grav Shopping Cart skeleton
Stars: ✭ 11 (-15.38%)
Mutual labels:  skeleton
front-end-world
前端入门知识框架
Stars: ✭ 47 (+261.54%)
Mutual labels:  front-end
Offer-harvester-2023
23届前端春招备战打卡
Stars: ✭ 49 (+276.92%)
Mutual labels:  front-end
grav-skeleton-knowledge-base
Skeleton package of the Knowledge Base theme for Grav CMS
Stars: ✭ 22 (+69.23%)
Mutual labels:  skeleton
game-template
Cross-platform project template using Electron and Angular with the Phaser game engine. Project has Flexbox integrated for easy and responsive organization of components around the Phaser canvas.
Stars: ✭ 16 (+23.08%)
Mutual labels:  front-end
IndRNN pytorch
Independently Recurrent Neural Networks (IndRNN) implemented in pytorch.
Stars: ✭ 112 (+761.54%)
Mutual labels:  skeleton
Py BL MeshSkeletonization
Mesh Skeleton Extraction Using Laplacian Contraction
Stars: ✭ 32 (+146.15%)
Mutual labels:  skeleton
dc-accelerators-content-rendering-service
An accelerated starting point for implementing Amplience Dynamic Content.
Stars: ✭ 15 (+15.38%)
Mutual labels:  front-end
react-native-animated-radio-button
Fully customizable animated radio button for React Native
Stars: ✭ 25 (+92.31%)
Mutual labels:  front-end
Dsure
Dsure Front-end Development Framework ( Ultimate Personal Learning Edition 2014 )
Stars: ✭ 14 (+7.69%)
Mutual labels:  front-end
Bulletproof-Front-End-Resource-List
All the resources you will need to learn and become a professional Front-End Developer!
Stars: ✭ 108 (+730.77%)
Mutual labels:  front-end
Kamp-frontend
𝐾𝑎𝑚𝑝 𝑃𝑟𝑜𝑗𝑒𝑐𝑡 𝐹𝑟𝑜𝑛𝑡𝑒𝑛𝑑
Stars: ✭ 3 (-76.92%)
Mutual labels:  front-end
nixkell
A simple Nix-Haskell skeleton
Stars: ✭ 63 (+384.62%)
Mutual labels:  skeleton
glfw-skeleton
💀 A skeleton OpenGL C++ app bootstrapped with glfw, glad, and glm.
Stars: ✭ 24 (+84.62%)
Mutual labels:  skeleton
bowman
A simple static site generator with an integrated toolchain for efficient development and delivery.
Stars: ✭ 17 (+30.77%)
Mutual labels:  ejs

Skeleton

Jump-start your front-end development. Skeleton is a HTML5 Boilerplate build upon Rosid.

Contents

Features

  • Skeleton is a base for all your everyday web-projects. Jump-start your work and develop without starting from zero. Everything you need one fork away.
  • This project is powered by Rosid, a web server with just-in-time pre-processing. JS (with Babel, UglifyJS), SASS (with cssnano, Autoprefixer) and EJS can be used right out of the box.
  • Skeleton is just the beginning. Fork it and extend it to your own needs. The predefined structure gives you flexibility and can be modified with ease.

Requirements

Skeleton dependents on …

Make sure to install and update all dependencies before you fork and setup Skeleton.

Setup

Install all required dependencies with yarn before you start developing.

yarn install

How to use

Develop

Start developing using the following command. You browser will open, wait for code-changes and live-reload instantly when you update your files. JS, SASS and EJS will be compiled on-the-fly.

yarn start

Compile

Ready for prime time? Export all files, compiled and prepared for your audience. Simple upload the final dist/ folder to your server and relax. Take a seat and enjoy a delicious burger from your favorite restaurant.

yarn run compile

Docker

The included Dockerfile lets you build an image which compiles your site. In this case only Docker needs to be installed on the system. No other dependencies are required.

Build

Build an image from the Dockerfile. This has to be done each time you have modified the project. The new source will be copied into the image.

docker build -t electerious/skeleton .

Compile

Start a container to compile your site. The container will exit automatically when all tasks have been finished. The mounted volume will contain all compiled files.

docker run --rm -tv "$(pwd)/dist:/dist" electerious/skeleton

Troubleshooting

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].