Git Product home page Git Product logo

skeleton-project's Introduction

how to run

clone the repo, go to the root, run

npm start

everything should install and a server should start on localhost:8900. you can run this anytime.

other commands

  • npm install - refresh and update external dependencies
  • npm run build - do a full build, with dependencies
  • gulp - turn on the server without checking dependencies
  • gulp build - build the project, don't turn on the server
  • gulp watch - rebuild the project whenever a file in src/ changes
  • gulp web - turn on the local server

how to edit

Everything useful is in src. The javascript for the frontend attempts to follow the redux "best practices". There's a one-hour talk here that is a solid intro to redux / react.

Everything else is very much a TODO, including the rest of the docs.

pro tips

get this chrome extension: https://chrome.google.com/webstore/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd - now there are a lot of useful UI tools. yay.

skeleton-project's People

Contributors

davidbstein avatar

Watchers

James Cloos avatar  avatar

skeleton-project's Issues

dependency issue

from @leah

I cloned the repo and ran "npm start" and got this error:

npm ERR! Error: No compatible version found: babel-plugin-transform-react-display-name@'^6.3.13'
npm ERR! Valid install targets:
npm ERR! ["6.0.2","6.0.14","6.1.4","6.1.17","6.1.18","6.2.4","6.3.13","6.4.0","6.5.0","6.5.0-1"]
npm ERR!     at installTargetsError (/usr/local/lib/node_modules/npm/lib/cache.js:709:10)
npm ERR!     at /usr/local/lib/node_modules/npm/lib/cache.js:631:10
npm ERR!     at saved (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/get.js:138:7)
npm ERR!     at Object.oncomplete (fs.js:107:15)
npm ERR! If you need help, you may report this log at:
npm ERR!     <http://github.com/isaacs/npm/issues>
npm ERR! or email it to:
npm ERR!     <[email protected]>

npm ERR! System Darwin 15.0.0
npm ERR! command "node" "/usr/local/bin/npm" "install"
npm ERR! cwd /Users/leah/Code/skeleton-project
npm ERR! node -v v0.10.8
npm ERR! npm -v 1.2.23

I probably have some old npm stuff installed. The error message doesn't seem super helpful either.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.