Skip to content

AwesomeDevelopersUG/front-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Frontend test for candidates

Initialized via Create React App with Material-UI library.

Assignment is in the src/index.js with the expected result in ./expected_result.png.

Installation

We recommend using LTS version of nodeJS === v16.15.0:

sudo npm install -g n
sudo n lts

Another requirement to build this project is yarn. It can be installed system-wide:

sudo npm -g install yarn

Development

To start the development server, make sure you have all requirements installed first and then start the server.

yarn install
yarn start

After the server is started you should see something like this in you console:

Compiled successfully!

You can now view snom-web-ui in the browser.

  Local:            http://localhost:3000
  On Your Network:  http://192.168.1.238:3000

Note that the development build is not optimized.
To create a production build, use yarn build.

Now you can open your favorite browser and use this URL http://localhost:3000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published