Skip to content

FactorialComplexity/frontend-developer-test-project

Repository files navigation

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'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published