All Projects → mean-expert-official → fire-starter

mean-expert-official / fire-starter

Licence: MIT license
Starter kit for the fireloop.io platform

Programming Languages

typescript
32286 projects
CSS
56736 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to fire-starter

angular-pwa-starter
Lightweight starter 'ng init' with added app shell features (sw-precache, web app manifest).
Stars: ✭ 22 (+37.5%)
Mutual labels:  angular-cli, starter-kit
Generator Ngx Rocket
🚀 Extensible Angular 11+ enterprise-grade project generator
Stars: ✭ 1,329 (+8206.25%)
Mutual labels:  angular-cli, starter-kit
Starter Kit
📦 Angular 11+ starter kit for enterprise-grade projects
Stars: ✭ 1,102 (+6787.5%)
Mutual labels:  angular-cli, starter-kit
angular-starter
🚀 Angular 14 Starter with Storybook, Transloco, Jest, TestCafe, Docker, ESLint, Material & Prettier 🚀
Stars: ✭ 124 (+675%)
Mutual labels:  angular-cli, starter-kit
Angular Full Stack
Angular Full Stack project built using Angular, Express, Mongoose and Node. Whole stack in TypeScript.
Stars: ✭ 1,261 (+7781.25%)
Mutual labels:  angular-cli, starter-kit
loopback3 angular6 bootstrap4
API Rest build by Loopback. Frontend on Angular 6
Stars: ✭ 26 (+62.5%)
Mutual labels:  loopback, angular-cli
ng-universal-module
This is a Hapiness Engine for running Angular Apps on the server for server side rendering.
Stars: ✭ 18 (+12.5%)
Mutual labels:  angular-cli
padstone
Padstone is a Craft CMS starter kit with a curated configuration, Boilerplate templates, and handpicked plugins.
Stars: ✭ 18 (+12.5%)
Mutual labels:  starter-kit
loopback-connector-firestore
Firebase Firestore connector for the LoopBack framework.
Stars: ✭ 32 (+100%)
Mutual labels:  loopback
modular-starter-kit
The starter kit with entire modular approach to help remove boilerplate code in developing
Stars: ✭ 14 (-12.5%)
Mutual labels:  starter-kit
ngx-deploy-docker
Deploy your Angular Application to a Docker registry directly from the Angular CLI! 🚀
Stars: ✭ 14 (-12.5%)
Mutual labels:  angular-cli
relay-starter-kit
💥 Monorepo template (seed project) pre-configured with GraphQL API, PostgreSQL, React, Relay, Material UI.
Stars: ✭ 3,513 (+21856.25%)
Mutual labels:  starter-kit
simple-react-starter
Simple ReactJS starter with an opinionated folder structure.
Stars: ✭ 15 (-6.25%)
Mutual labels:  starter-kit
Expenses
Keep track of your expenses the smart way 💰
Stars: ✭ 15 (-6.25%)
Mutual labels:  angular-cli
ionic2-firebase-hackathon-starter
A hackathon starter for ionic2 using firebase, already has user authentication, reset password, google login etc
Stars: ✭ 34 (+112.5%)
Mutual labels:  starter-kit
coconat
🍥 StarterKit Builder for rocket-speed App creation on 🚀 React 17 + 📙 Redux 4 + 🚠 Router 5 + 📪 Webpack 5 + 🎳 Babel 7 + 📜 TypeScript 4 + 🚔 Linters 23 + 🔥 HMR 3
Stars: ✭ 95 (+493.75%)
Mutual labels:  starter-kit
AdminLTE-Starter-Kit
AdminLTE Starter Kit for ASP.NET Core
Stars: ✭ 91 (+468.75%)
Mutual labels:  starter-kit
electron-angular-ngrx
An Angular (6x) Electron seed featuring @angular/cli, @ngrx/platform, and Typescript. Complete with HMR workflow
Stars: ✭ 39 (+143.75%)
Mutual labels:  angular-cli
ng-electron-devkit
Angular Webpack Build Facade for Electron
Stars: ✭ 12 (-25%)
Mutual labels:  angular-cli
loopback-connector-mongodb
The official MongoDB connector for the LoopBack framework.
Stars: ✭ 183 (+1043.75%)
Mutual labels:  loopback

FireLoop


  _____.__                                   __                 __                
_/ ____\__|______   ____             _______/  |______ ________/  |_  ___________ 
\   __\|  \_  __ \_/ __ \   ______  /  ___/\   __\__  \\_  __ \   __\/ __ \_  __ \
 |  |  |  ||  | \/\  ___/  /_____/  \___ \  |  |  / __ \|  | \/|  | \  ___/|  | \/
 |__|  |__||__|    \___  >         /____  > |__| (____  /__|   |__|  \___  >__|   
                       \/               \/            \/                 \/       
----------------------------------------------------------------------------------
@mean-expert-official                                       @fireloop/fire-starter
----------------------------------------------------------------------------------


All Contributors   Slack   Build   Deploy

Starter kit for the fireloop.io platform

Features

note: this repo includes experimental ngrx features in the sdk. the plan is to eventually have the loopback-sdk-builder generate these ngrx files - until then, be aware that running fireloop sdk will overwrite the ngrx files in the sdk.

Setup

This stack requires node ^7.0.0 and npm ^4.0.0

npm install -g @mean-expert/fireloop @angular/cli loopback-cli nodemon

git clone https://github.com/mean-expert-official/fire-starter.git

Install

From the root directory (fire-starter), execute:

cd fire-starter

npm run install

This will run the install script, which installs all project dependencies in both the api and webapp directories.

Development

Open 2 separate console windows to fire up the api server and webapp dev server separately

  1. api server
cd fire-starter/api

npm run dev

the api explorer will be available at localhost:3000/explorer

  1. webapp dev server
cd fire-starter/webapp

npm run dev

your webapp will be served at localhost:4200

With both servers running, you can now begin development with live-reload and file-watching on both the client and server.

Contributors

Thanks goes to these wonderful people (emoji key):


Bram Borggreve

💻

Brannon N. Darby II

💻

Andres David Jimenez

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

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].