This project was bootstrapped using the Exalt CLI
To get started with developing your new project, you have several npm scripts available.
-
npm run dev
This command will run your app in development mode. -
npm run build
This command will build your app for production. -
npm run start
This command will run your production build on a web server.
You can configure your project using the exalt.json file.
The toolchain property in your config file is the package that powers everything behind the cli commands.
You can pass options to your toolchain of choice using the toolchainOptions property.
Look at the documentation for your toolchain to determine what options are available.
If your building a single page app, try using @exalt/router for your routing.
You can get started learning Exalt by reading the documentation.
If you need help or have any questions, we are always happy to answer them. Create a new issue to get started.