GithubHelp home page GithubHelp logo

kiwi-react's Introduction

Build Status

kiwi-react

This is the front-end of the Kiwi app.

Getting started

Mac

  1. Install nvm (instructions)
  2. Install homebrew (instructions)
  3. Install yarn by running brew install yarn --without-node
  4. Clone the repository using git clone https://github.com/murtyjones/kiwi-react.git
  5. Navigate to the kiwi-react repo folder
  6. run yarn to install dependencies
  7. run yarn start to start the app
  8. Navigate to localhost:3000 in your browser and you should see the app.

NOTE: npm works instead of yarn if you prefer it. Just run npm install and npm start.

Windows

  1. Download and install using the Windows node installer here
  2. Open the command line or PowerShell and run the following commands to make sure you have node and npm installed
  • node -v
  • npm -v
  1. Clone the repository using git clone https://github.com/murtyjones/kiwi-react.git
  2. Navigate to the kiwi-react repo folder
  3. run npm install
  4. run npm install -g webpack
  5. run npm install -g webpack-dev-server
  6. run npm run start-win
  7. Navigate to localhost:3000 in your browser and you should see the app.

kiwi-react's People

Contributors

avi1katz avatar brianfray avatar murtyjones avatar natasha-tullos avatar patientplatypus avatar

Watchers

 avatar

kiwi-react's Issues

Webpack Config

Webpack Config

Idea:

  • Run hot webpack-dev-server in development mode instead of Browsersync and Gulp build

How To Recreate

screen shot 2017-10-22 at 12 59 13 pm
:

Errors

  • Run webpack-dev-server
  • Visit localhost:8080 -- not properly serving bundle -- show in image above
  • Same issue when run cd webpack && webpack-dev-server with existing webpack config.

Attempted to Fix:

  • Add externals: [nodeExternals()]to properly ignore node modules. Not sure how this different than exclude: /node_modules/ but it gets past ERROR in ./node_modules/config/lib/config.js Module not found: Error: Can't resolve 'toml'

Potential Solutions:

  • Possible issue using npm config module on client.
  • Look into possible Webpack Plugin options, similar to what we already have in /webpack folder

https://github.com/webpack/webpack/issues/2174

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.