knofler / app

This is a react frontend application with redux and other dev tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick start

  1. Make sure that you have Node.js v8.15.1 and npm v5 or above installed.
  2. Clone this repo
  3. Move to the appropriate directory: cd <YOUR_PROJECT_NAME>.
  4. Run npm install in order to install dependencies.
    At this point you can run npm start to see the app at http://localhost:3000.
  5. Run npm run generate to generate react containers and components.
  6. Create .env file following .env.example
    • API_URL=< Use localhost for local development, http://localhost:8080 >
    • DOCKER_API_URL= <Use your docker cluster api url and port >
  7. Run npm run build to build the production app.

About

This is a react frontend application with redux and other dev tools

License:MIT License


Languages

Language:JavaScript 74.7%Language:HTML 21.8%Language:CSS 3.5%Language:Dockerfile 0.1%