Skip to content

thompsongl/fx

Repository files navigation

fx


A file explorer using the GitHub API

Built with

Usage

  • Install dependencies: yarn install
  • Build application (both frontend and backend in http://localhost:8080): yarn build
    • Some browsers automatically redirects you to https so make sure to disable the automatic redirect
  • Run application (port 8080): yarn start
Bootstrapped from https://github.com/gianluca-venturini/express-react-webpack-starter

Express React Webpack starter

A starter Webpack 4 configuration for basic projects with Express and React.

Features

  • Build single page web apps with typescript.

Dependencies

Development

Usage

  • Install dependencies: yarn install
  • Build application (both frontend and backend in http://localhost:8080): yarn build
    • Some browser automatically redirects you to https so make sure to disable the automatic redirect
  • Watch for changes and build application: yarn build-watch
  • Build frontend, watch for changes and hot reload (port 8000): yarn build-hot-reload
    • All the backend requests will be forwarded to port 8080 so you need to run the backend
  • Run application (port 8080): yarn start
  • Run tests: yarn test
  • Remove all the generated files: yarn clean

Useful links

About

A file explorer using the GitHub API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages