0.0.1 • Published 5 months ago

create-sano-web-app v0.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months ago

Create Sano Web App

This repository contains code to create small web applications using the Sano framework.

Getting Started

Follow these instructions to set up and run the web application on your local machine.

Prerequisites

Make sure you have the following installed:

  • Node.js
  • npm (Node Package Manager)

Installation

  1. Create a new Sano web app using npx:
    npx create-sano-web-app my-app
  2. Navigate to the project directory:
    cd my-app
  3. Install the dependencies:
    npm install

Running the Application

To start the development server, run:

npm start

The application will be available at http://localhost:3000.

Building for Production

To build the application for production, run:

npm run build

Contributing

If you would like to contribute, please fork the repository and use a feature branch. Pull requests are welcome.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • Thanks to the Sano framework community for their support and contributions.
0.0.1

5 months ago

1.1.4

5 months ago

1.1.3

5 months ago

1.1.0

5 months ago

1.0.0

5 months ago