Polyjapan / ji-plan-front

interactive JI plans front-end

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interactive Plans - Front-End

This project was bootstrapped with Create React App.

Installation

First install Node 12 and Yarn

It might be really useful to install Redux DevTools in your browser to visualize the store live. Here is the link for the Chrome installation:

Development

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn prettier:write

This command will make your code pretty for you!

yarn eslint

This command will highlight all errors (compilations, type errors, style errors, etc).

If you think an error is justified, you can disable it.

Technologies

This application uses React with Redux with Typescript.

To render the canvas, we use Konva.js and more precisely https://konvajs.org/docs/react/index.html

About

interactive JI plans front-end


Languages

Language:TypeScript 91.7%Language:CSS 3.5%Language:JavaScript 2.6%Language:HTML 2.3%