All Projects → single-spa → single-spa.js.org

single-spa / single-spa.js.org

Licence: other
single-spa.js.org/

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
CSS
56736 projects

Projects that are alternatives of or similar to single-spa.js.org

Single Spa
The router for easy microfrontends
Stars: ✭ 10,395 (+12275%)
Mutual labels:  front-end, single-spa
react-native-bounceable
Animate and bounce any component with RNBounceable for React Native
Stars: ✭ 26 (-69.05%)
Mutual labels:  front-end
nwayo
🌰 A multi-theme, multi-site, multi-cms front end framework
Stars: ✭ 27 (-67.86%)
Mutual labels:  front-end
challenge-charlie
Frontend code challenge
Stars: ✭ 71 (-15.48%)
Mutual labels:  front-end
ebook
一路走来收藏的电子书
Stars: ✭ 26 (-69.05%)
Mutual labels:  front-end
webapp
Angular.js app for Open Targets Platform
Stars: ✭ 15 (-82.14%)
Mutual labels:  front-end
libraries-list
📋 Uma lista de bibliotecas mais usadas para frameworks front-end
Stars: ✭ 23 (-72.62%)
Mutual labels:  front-end
vsc html5 boilerplate
This is a Visual Studio Code snippet extension for generating HTML 5 boilerplate code
Stars: ✭ 32 (-61.9%)
Mutual labels:  front-end
fay-react-redux-example
No description or website provided.
Stars: ✭ 14 (-83.33%)
Mutual labels:  front-end
front-end-interview
collection of interviewed questions
Stars: ✭ 54 (-35.71%)
Mutual labels:  front-end
react-cartographer
Generic component for displaying Yahoo / Google / Bing maps.
Stars: ✭ 82 (-2.38%)
Mutual labels:  front-end
my-awesome-frontend
🎈 Just one link per motivation
Stars: ✭ 30 (-64.29%)
Mutual labels:  front-end
bootstrap-gulp-starter-template
Bootstrap 4 + Gulp 4 + Panini for improve front-end development workflow
Stars: ✭ 67 (-20.24%)
Mutual labels:  front-end
traindrop.github.io
TrainDrop organizations pages
Stars: ✭ 14 (-83.33%)
Mutual labels:  front-end
hackernews-clone
HackerNews clone built with Angular 5 using the official firebase HackerNews API
Stars: ✭ 14 (-83.33%)
Mutual labels:  front-end
practical-front-end-projects
Collection of practical front-end projects developed by pure JS, HTML, and CSS without any third-party libs and packages
Stars: ✭ 75 (-10.71%)
Mutual labels:  front-end
modern-fluid-typography-editor
Modern fluid typography editor
Stars: ✭ 222 (+164.29%)
Mutual labels:  front-end
react-native-imaged-carousel-card
Fully customizable & Lovely Imaged Carousel Card for React Native
Stars: ✭ 70 (-16.67%)
Mutual labels:  front-end
frontendQuickbytes
A repo containing real life frontend challenges which you can use to practice frontend!
Stars: ✭ 129 (+53.57%)
Mutual labels:  front-end
soloalert
A customizable lightweight Alert Library with Material UI and awesome features.
Stars: ✭ 18 (-78.57%)
Mutual labels:  front-end

single-spa.js.org

This repo contains the source code and documentation powering single-spa.js.org.

Getting started

Prerequisites

  1. Git
  2. Node: install version 8.4 or greater
  3. Yarn: See Yarn website for installation instructions
  4. A fork of the repo (for any contributions)
  5. A clone of the single-spa.js.org repo on your local machine

Installation

  1. git clone [email protected]:single-spa/single-spa.js.org.git
  2. cd single-spa.js.org/website to go into the website root
  3. yarn to install the website's npm dependencies

Running locally

  1. cd website then run yarn start to start the hot-reloading development server (powered by Docusaurus)
  2. open http://localhost:3000 to open the site in your favorite browser

Contributing

Want to help improve the single-spa.js.org website? Checkout the steps below to learn how.

Create a branch

  1. git checkout master from any folder in your local single-spa.js.org repository
  2. git pull origin master to ensure you have the latest main code
  3. git checkout -b the-name-of-my-branch (replacing the-name-of-my-branch with a suitable name) to create a branch

Make the change

  1. Save the files and check in the browser
  2. Changes to files in website/pages/en will hot-reload
  3. Changes to markdown files in docs will hot-reload
  4. Changes to siteConfig.js and sideBards.json will not hot-reload

Test the change

  1. If possible, test any visual changes in all latest versions of common browsers, on both desktop and mobile.

Push it

  1. git add . && git commit -m "My message" (replacing My message with a commit message, such as Fixed header logo) to stage and commit your changes
  2. git push my-fork-name the-name-of-my-branch
  3. Go to the single-spa.js.org repo and you should see recently pushed branches.
  4. Follow GitHub's instructions.
  5. If possible, include screenshots of visual changes.
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].