⚠️ Deprecated
Create React App was one of the key tools for getting a React project up-and-running in 2017-2021, it is now in long-term stasis and we recommend that you migrate to one of React frameworks documented on Start a New React Project.We recommend using orderly-js-sdk-vite-template instead for new projects.
- Clone the code:
git clone https://github.com/OrderlyNetwork/orderly-js-sdk-cra-template.git
cd orderly-js-sdk-cra-template
- Install the dependencies
npm install
- Run
npm run start
- Build
npm run build
- Create docker image
docker build -t orderly-js-sdk-cra-template .
For more information, please visit the following link: