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 installInstall with yarn
yarn2. Start
After the installation is complete, you can launch your app by running.
npm startor
yarn startThis 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 buildor
yarn build