create-arasjs v0.0.11
create-arasjs
create-arasjs is a tool to quickly start a project from a basic template for popular frameworks.
Note: ArasJS is not affiliated with, endorsed by, or sponsored by Aras Corporation. It is an independent open-source library designed to assist developers in building applications that run inside Aras Innovator.
Get Started
To create a new Aras application, run the following command:
npx create-arasjs my-app
This will create a directory named my-app
in your current folder, set up the project structure, and install all dependencies automatically.
Currently supported template presets include:
Currently in progress:
Pre-Setup ArasJS App
You will have to add localhost:3456 to the allowed redirect URIs in your Aras Innovator OAuth Configuration.
Please read the ArasJS Setup Guide to get started.
Available Commands
npm run dev
Starts the development server.
npm run dev
Once the server is running, open https://localhost:3456/innovatorserver/client in your browser.
- The application will automatically reload when you make changes to the source code.
- Build errors and lint warnings will appear in the console.
Learn More
For more information about the libraries used in this template, check out the following resources:
- ArasJS - Learn how to integrate and use the ArasJS library.
License
This project is licensed under the MIT License.