Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 460 Bytes

File metadata and controls

29 lines (19 loc) · 460 Bytes

How to Run

First install dependencies:

npm install

Then run like this:

npm start

Easy.

How does it work?

The application uses create react application scripts (with a little thing on top of it – craco to be able to use paths aliases feature. I.e. to be able to do:

import x from 'app/components/x'

Instead of:

import x from '../../../components/x'