GithubHelp home page GithubHelp logo

trading-cards's Introduction

Basic Build with NPM scripts

This is a project scaffolding and build tool for the TIY Austin Front-End Engineering course. Feel free to use and enjoy! Feedback and PRs welcome!

Features

  • A bare bones scaffolding for an SPA, without any libraries built in
  • A static server for serving up your dev environment via http
  • app directory for development, preloaded with an index.html, scripts/entry.js, scss/main.scss and assets/
  • dist directory for deployable code
  • es2015 and babel, including module syntax
  • mocha test runner, for support testing modules and react components with es2015 and jsx syntax using enzyme and chai assertion libraries
  • sass (.scss)

Installation

  • Clone this repo (or fork then clone, if you prefer)
  • Remove the git history by running rm -rf .git
  • Set up a new git repo
  • Run npm install
  • if you get permission errors you may need to run sudo npm install to install a couple global dependencies

Use

  • npm install will scaffold your project AND start the dev server
  • npm start will start the dev server and watch for changes
  • npm test will run any test files included in the test folder
  • npm run deploy will push the content of dist/ to gh-pages
  • When the server is running, your site will be live on http://localhost:8080/

Dependencies

trading-cards's People

Contributors

marklyck avatar

Watchers

 avatar

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.