Skip to content

admc/framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

The goal of this was to build a web app from the ground up using composable small modules to handle all the different things I relied upon with Geddy or Sails.js.

Setup

  • Clone
  • npm install
  • setup postgres (the .app works great)
  • create a development database: 'create database demo_dev;'
  • sudo npm install -g sequelize-cli
  • sequelize db:migrate
  • sequelize db:seed
  • gulp dev
  • localhost:3000 - admin:testing

About

Example project repo. Webpack, Gulp, React, Alt, Express, Sequelize, Postgres, Less, Material-UI, Material CSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors