This repository contains code to create small web applications using the Sano framework.
Follow these instructions to set up and run the web application on your local machine.
Make sure you have the following installed:
- Node.js
- npm (Node Package Manager)
- Create a new Sano web app using npx:
npx create-sano-web-app my-app
- Navigate to the project directory:
cd my-app
- Install the dependencies:
npm install
To start the development server, run:
npm start
The application will be available at http://localhost:3000
.
To build the application for production, run:
npm run build
If you would like to contribute, please fork the repository and use a feature branch. Pull requests are welcome.
This project is licensed under the MIT License - see the LICENSE file for details.
- Thanks to the Sano framework community for their support and contributions.