Coder Social home page Coder Social logo

savkelita / react-base-app Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 268 KB

Get started React Application with Microsoft FlunetUI 9 ecosystem, io-ts runtime type checker and fp-ts library for typed functional programming in Typescript.

License: MIT License

JavaScript 28.07% TypeScript 69.82% HTML 2.11%
fluentui fp-ts io-ts react typescript

react-base-app's Introduction

React Base Application

Intro

Get started React Application which includes:

  1. Microsoft FluentUI 9 Components and eco system.
  2. io-ts runtime type system for IO decoding/encoding.
  3. fp-ts library for typed functional programming in Typescript.
  4. Webpack module bundler.

and much more. Check code and working examples.

Cloning and Running the Application in local

Clone the project into local directory.

Install all packages:

yarn install

In order to run the application type the following command:

yarn start

Or if you want to run it with API:

APIHOST=jsonplaceholder.typicode.com yarn start

The Application Runs on https://localhost:3000

If you want to run Application on different port or to change the configuration (proxy etc.) modify webpack.dev.js

Build the Application

yarn build

Output folder is dist.

Note

If you want to build Application for different folder/ path change process.env.basename webpack.prod.js.

And run yarn build.

Development

Recommended code editor is VSCode. Please install all recommended extensions.

INFO Table

The future plan is to replace io-ts and fp-ts with Effect. Effect is a powerful TypeScript library designed to help developers easily create complex, synchronous, and asynchronous programs.

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.