1. Requirements

Make sure that you have the last stable NodeJS and npm version.

  • Do not delete the package-lock.json / yarn.lock file

2. Install

Navigate to the project root folder using terminal and install the dependencies. Install with npm

npm install

Install with yarn

yarn

2. Start

After the installation is complete, you can launch your app by running.

npm start

or

yarn start

This starts a local webserver at http://localhost:3000 and auto detect file changes:

Compiled successfully!
You can now view @uko-react in the browser.
Local: http://localhost:3000
Note that the development build is not optimized.
To create a production build, use npm run build.

4. Build

npm run build

or

yarn build